Add -l to coverage testing.

This commit is contained in:
Eric S. Raymond 2017-06-20 08:34:01 -04:00
parent 62ab37d3e9
commit 73f3831294

View file

@ -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 <quit.log >/dev/null
.SUFFIXES: .chk