Move tests to tools/pm3_tests.sh and add "make check" to call it

This commit is contained in:
Philippe Teuwen 2020-05-22 17:47:30 +02:00
commit 278db15f5a
6 changed files with 317 additions and 174 deletions

View file

@ -32,7 +32,7 @@ cov-build --dir "$COVDIR" --c-coverage=gcov --no-network-coverage --no-generate-
#########################################
# Run tests #
#########################################
cov-build --dir "$COVDIR" --c-coverage=gcov --no-network-coverage --test-capture ./pm3test.sh long
cov-build --dir "$COVDIR" --c-coverage=gcov --no-network-coverage --test-capture tools/pm3_tests.sh --long
#cov-manage-emit --dir "$COVDIR" list-coverage-known
#########################################