projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ab37d
)
Add -l to coverage testing.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 20 Jun 2017 12:34:01 +0000
(08:34 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 20 Jun 2017 12:34:01 +0000
(08:34 -0400)
tests/Makefile
patch
|
blob
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index da0dc71f7ec4d13c7f890b432f04bde25971c38e..cffab9a73391d093f3beb58bff8319936b1e45e4 100644
(file)
--- 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 <quit.log >/dev/null
.SUFFIXES: .chk