Running `make check` (or `test` or `rtest`) now also executes `python shapes.py`
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
# $Id$ $Revision$
## Process this file with automake to produce Makefile.in
-SUBDIRS = unit_tests
+SUBDIRS = unit_tests regression_tests
--- /dev/null
+SUBDIRS = shapes
--- /dev/null
+check test rtest:
+ python shapes.py