Skip to content

Commit 2c3ee6c

Browse files
committed
fixed #464 - added integration test to test make target
1 parent 4bbd1bf commit 2c3ee6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)