aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24417a8..5b00b29 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ loc: loc.o
check: loc
test "$$(./loc < tests/0)" = 0
test "$$(./loc - < tests/0)" = 0
- test "$$(./loc tests/1 tests/2 | sed 's/: */: /')" = "$$(printf '%s\n' 'tests/1: 0' 'tests/2: 1')"
+ test "$$(./loc tests/1 tests/2 | sed 's/: */: /')" = "$$(printf '%s\n' 'tests/1: 0' 'tests/2: 1' 1)"
+ test "$$(./loc -s tests/1 tests/2)" = 1
test "$$(./loc tests/0)" = 0
test "$$(./loc tests/1)" = 0
test "$$(./loc tests/2)" = 1