diff --git a/tests/Makefile b/tests/Makefile index da0dc71..cffab9a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,9 +8,10 @@ PATH := $(realpath ..):$(realpath .):${PATH} # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n ECHO := /bin/echo -all: regress +check: regress @echo "=== No diff output is good news." @-advent -x 2>/dev/null # Get usage message into coverage tests + @-advent -l /dev/null /dev/null .SUFFIXES: .chk