From 73f383129491e36632391b8d7905a7eb9969f4d5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Jun 2017 08:34:01 -0400 Subject: [PATCH] Add -l to coverage testing. --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.31.1