We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 4bbd1bf commit 2c3ee6cCopy full SHA for 2c3ee6c
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