Use 'make test-results' target

This commit is contained in:
Andrew Johnson
2017-09-22 14:38:41 -05:00
parent 6d4f58fd9b
commit 33ebd72d43

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