convenience script all-tests to run all available tests and store result
[nepi.git] / Makefile
index 1d47ef4..ed7f32d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ test-one: all
        PYTHONPATH="$(PYPATH)" $(PYTHON) $(file) $(case)
 endif
 
+
+all-tests: test-app test-node
+
 test-app:
        $(MAKE) test-one file=test/resources/linux/application.py case=$(case)
 test-node: