Skip to content

Commit

Permalink
[make] Add test-tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Jun 29, 2023
1 parent d745722 commit 89d69c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Expand Up @@ -4,12 +4,14 @@ OTHER_FILES=count.py
MODULES=vermin tests
TOP_LEVEL_FILES=${MODULES} vermin.py runtests.py ${OTHER_FILES}

self-test:
test-self:
./vermin.py --violations -q -t=3 ${VERMIN_FILES}

test: self-test
./runtests.py
test-tests:
./vermin.py --violations -q -t=3.2- ${TEST_FILES}

test: test-self test-tests
./runtests.py

count:
./count.py
Expand Down

0 comments on commit 89d69c0

Please sign in to comment.