Skip to content

Commit bd068ae

Browse files
authored
fixed danmar#464 - added integration test to test make target (danmar#465)
1 parent 6dd82cb commit bd068ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ testrunner: test.o simplecpp.o
1313
test: testrunner simplecpp
1414
./testrunner
1515
python3 run-tests.py
16+
python3 -m pytest integration_test.py -vv
1617

1718
selfcheck: simplecpp
1819
./selfcheck.sh

0 commit comments

Comments
 (0)