Add -l to coverage testing.
This commit is contained in:
parent
62ab37d3e9
commit
73f3831294
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ PATH := $(realpath ..):$(realpath .):${PATH}
|
||||||
# Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n
|
# Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n
|
||||||
ECHO := /bin/echo
|
ECHO := /bin/echo
|
||||||
|
|
||||||
all: regress
|
check: regress
|
||||||
@echo "=== No diff output is good news."
|
@echo "=== No diff output is good news."
|
||||||
@-advent -x 2>/dev/null # Get usage message into coverage tests
|
@-advent -x 2>/dev/null # Get usage message into coverage tests
|
||||||
|
@-advent -l /dev/null <quit.log >/dev/null
|
||||||
|
|
||||||
.SUFFIXES: .chk
|
.SUFFIXES: .chk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue