diff --git a/Makefile b/Makefile index 73977517..4a6ae6b7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ testrunner: test.o simplecpp.o test: testrunner simplecpp ./testrunner python3 run-tests.py + python3 -m pytest integration_test.py -vv selfcheck: simplecpp ./selfcheck.sh