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:
parent
64c8f8dcbb
commit
b5c17e2969
1
makefile
1
makefile
|
@ -155,6 +155,7 @@ test_004: flawfinder test.c
|
||||||
# If everything works as expected, it just prints test numbers.
|
# If everything works as expected, it just prints test numbers.
|
||||||
# Set PYTHON as needed, including to ""
|
# Set PYTHON as needed, including to ""
|
||||||
test: test_001 test_002 test_003 test_004
|
test: test_001 test_002 test_003 test_004
|
||||||
|
@echo 'All tests pass!'
|
||||||
|
|
||||||
check: test
|
check: test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue