summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-14 20:37:43 -0400
committerJune McEnroe <june@causal.agency>2018-09-14 20:37:43 -0400
commit235dbc64e3df4f1ee45d526fb6f31d9aea9b166e (patch)
tree71582e8955d4e14093ab570d738214b5a703778f /Makefile
parentRun tests in default target (diff)
downloadcatgirl-235dbc64e3df4f1ee45d526fb6f31d9aea9b166e.tar.gz
catgirl-235dbc64e3df4f1ee45d526fb6f31d9aea9b166e.zip
Fail target when any test binary fails
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95216f6..de9a3f5 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ chatte: $(OBJS)
 $(OBJS): chat.h
 
 test: $(TESTS)
-	$(TESTS:%=./%;)
+	$(TESTS:%=./% &&) true
 
 .SUFFIXES: .t