Use 'make test-results' target

This commit is contained in:
Andrew Johnson
2017-09-22 14:40:20 -05:00
parent cd8d8e6890
commit b6027d33bd

View File

@@ -85,6 +85,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