Run test binaries with set -e and semicolons
BSD make behaves oddly when trying to replace with &.
This commit is contained in:
parent
235dbc64e3
commit
835d3a452a
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ chatte: $(OBJS)
|
|||||||
$(OBJS): chat.h
|
$(OBJS): chat.h
|
||||||
|
|
||||||
test: $(TESTS)
|
test: $(TESTS)
|
||||||
$(TESTS:%=./% &&) true
|
set -e; $(TESTS:%=./%;)
|
||||||
|
|
||||||
.SUFFIXES: .t
|
.SUFFIXES: .t
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user