Use 'make test-results' target

This commit is contained in:
Andrew Johnson
2017-09-22 14:39:43 -05:00
parent 8843d20bc6
commit a866ead649

View File

@@ -16,6 +16,6 @@ make -j2 $EXTRA
if [ "$TEST" != "NO" ]
then
make tapfiles
find . -name '*.tap' -print0 | xargs -0 -n1 prove -e cat -f
make -j2 tapfiles
make -s test-results
fi