From 835d3a452a3f0774befc818aa08a6446829c0644 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 14 Sep 2018 20:57:50 -0400 Subject: Run test binaries with set -e and semicolons BSD make behaves oddly when trying to replace with &. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de9a3f5..938d874 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ chatte: $(OBJS) $(OBJS): chat.h test: $(TESTS) - $(TESTS:%=./% &&) true + set -e; $(TESTS:%=./%;) .SUFFIXES: .t -- cgit 1.4.1