Skip to content

Commit 1e2ee9e

Browse files
committed
make test executes all tests
1 parent e178cfb commit 1e2ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ diff-cover.html: coverage-gcovr.xml coverage.xml
133133

134134
## test : run the ${MODULE} test suite
135135
test: FORCE
136-
python tests/test_examples.py
136+
./setup.py test
137137

138138
sloccount.sc: ${PYSOURCES} Makefile
139139
sloccount --duplicates --wide --details $^ > sloccount.sc

0 commit comments

Comments
 (0)