diff --git a/makefile b/makefile index fd0d730..88ba11d 100644 --- a/makefile +++ b/makefile @@ -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