Add "All tests pass!" if they do at completion of test suite

This message makes it clear that the test suite passed (if it did).

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-08-26 11:21:03 -04:00
parent 64c8f8dcbb
commit b5c17e2969
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ test_004: flawfinder test.c
# If everything works as expected, it just prints test numbers.
# Set PYTHON as needed, including to ""
test: test_001 test_002 test_003 test_004
@echo 'All tests pass!'
check: test