We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 6dd82cb commit bd068aeCopy full SHA for bd068ae
1 file changed
Makefile
@@ -13,6 +13,7 @@ testrunner: test.o simplecpp.o
13
test: testrunner simplecpp
14
./testrunner
15
python3 run-tests.py
16
+ python3 -m pytest integration_test.py -vv
17
18
selfcheck: simplecpp
19
./selfcheck.sh
0 commit comments