]> granicus.if.org Git - graphviz/commitdiff
add baseline reference for rtest
authorellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)
committerellson <devnull@localhost>
Mon, 29 Oct 2007 17:11:30 +0000 (17:11 +0000)
Makefile.am
configure.ac
graphviz.spec.in

index 5d5bb2d91a1a3abd4cdcbc88ea19d28f51c73b8d..7850041d619722b5338f94eeff8e231284b4f016 100644 (file)
@@ -15,7 +15,7 @@ html_DATA = $(html)
 man_MANS = graphviz.7
 
 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
-SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib graphs 
+SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib graphs rtest
 
 .PHONY: doxygen
 doxygen:
index 2acaa69e73d2760dca6ece81228ec762f828e079..6c2d105ced05151d39808762c411a07b7e3a4099 100644 (file)
@@ -2100,6 +2100,7 @@ AC_CONFIG_FILES(Makefile
        tclpkg/tkspline/Makefile
        tclpkg/tkspline/demo/Makefile
        tclpkg/gv/Makefile
+       rtest/Makefile
        graphviz.spec
        Doxyfile
        )
index aedd92da85f4aa0491983c36499c1ec39e429d44..deff3dffcdffe5f2e1d52d3bd81d5efed9961079 100644 (file)
@@ -495,6 +495,22 @@ Provides some additional PDF and HTML documentation for graphviz.
 %defattr(-,root,root,-)
 %doc __doc/*
 
+#-- graphviz-rtest rpm ----------------------------------------------
+%package rtest
+Group:          Applications/Multimedia
+Summary:        Regression tests
+
+%description rtest
+Provides a regression test script and data files for graphviz tools
+
+%files rtest
+%defattr(-,root,root,-)
+%dir %{_datadir}/graphviz
+%{_datadir}/graphviz/rtest
+%{_datadir}/graphviz/rtest/graphs
+%{_datadir}/graphviz/rtest/nshare
+
+
 #-- building --------------------------------------------------
 
 %prep