Run test binaries with set -e and semicolons

BSD make behaves oddly when trying to replace with &.
master
Curtis McEnroe 2018-09-14 20:57:50 -04:00
parent 235dbc64e3
commit 835d3a452a
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ chatte: $(OBJS)
$(OBJS): chat.h
test: $(TESTS)
$(TESTS:%=./% &&) true
set -e; $(TESTS:%=./%;)
.SUFFIXES: .t