From: ellson Date: Mon, 29 Oct 2007 18:32:13 +0000 (+0000) Subject: add rtest/Makefile.am that puts rtests into tar.gz X-Git-Tag: LAST_LIBGRAPH~32^2~5126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5c8981cf0c373e47aaeb55269648202e5c5809c;p=graphviz add rtest/Makefile.am that puts rtests into tar.gz --- diff --git a/lib/gvc/gvc.c b/lib/gvc/gvc.c index 4f5d734e6..4bfd4294a 100644 --- a/lib/gvc/gvc.c +++ b/lib/gvc/gvc.c @@ -133,7 +133,8 @@ int gvRenderFilename(GVC_t *gvc, graph_t *g, char *format, char *filename) rc = gvjobs_output_langname(gvc, format); job = gvc->job; if (rc == NO_SUPPORT) { - agerr(AGERR, "Format: \"%s\" not recognized. Use one of:%s\n", format, gvplugin_list(gvc, API_device, format)); + agerr(AGERR, "Format: \"%s\" not recognized. Use one of:%s\n", + format, gvplugin_list(gvc, API_device, format)); return -1; } diff --git a/rtest/.cvsignore b/rtest/.cvsignore new file mode 100644 index 000000000..3dda72986 --- /dev/null +++ b/rtest/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/rtest/Makefile.am b/rtest/Makefile.am new file mode 100644 index 000000000..11cb67fb2 --- /dev/null +++ b/rtest/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = graphs nshare rtest.sh strps.awk tests.txt