]> granicus.if.org Git - graphviz/commitdiff
Add shapes.py to Autotools check step
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 7 Oct 2016 13:16:24 +0000 (15:16 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 27 Oct 2016 22:56:31 +0000 (00:56 +0200)
Running `make check` (or `test` or `rtest`) now also executes `python shapes.py`

configure.ac
tests/Makefile.am
tests/regression_tests/Makefile.am [new file with mode: 0644]
tests/regression_tests/shapes/Makefile.am [new file with mode: 0644]

index e8a799c4b45c948898bfd655f2636dfa4004d149..3584ed570c939aa9bef9f04944a3b491995ea6c6 100644 (file)
@@ -3225,6 +3225,8 @@ AC_CONFIG_FILES(Makefile
   tests/unit_tests/Makefile
   tests/unit_tests/lib/Makefile
   tests/unit_tests/lib/common/Makefile
+  tests/regression_tests/Makefile
+  tests/regression_tests/shapes/Makefile
        share/Makefile
        share/examples/Makefile
        share/gui/Makefile
index 8e4e403da3258071e4e9cec7ee88f5f13b45882c..7514ccde3ec842937d8104d15dfdad8fca6c947f 100644 (file)
@@ -1,4 +1,4 @@
 # $Id$ $Revision$
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = unit_tests
+SUBDIRS = unit_tests regression_tests
diff --git a/tests/regression_tests/Makefile.am b/tests/regression_tests/Makefile.am
new file mode 100644 (file)
index 0000000..c375449
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = shapes
diff --git a/tests/regression_tests/shapes/Makefile.am b/tests/regression_tests/shapes/Makefile.am
new file mode 100644 (file)
index 0000000..8182cf8
--- /dev/null
@@ -0,0 +1,2 @@
+check test rtest:
+       python shapes.py