Fail target when any test binary fails
This commit is contained in:
parent
e4f7568477
commit
235dbc64e3
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ chatte: $(OBJS)
|
||||
$(OBJS): chat.h
|
||||
|
||||
test: $(TESTS)
|
||||
$(TESTS:%=./%;)
|
||||
$(TESTS:%=./% &&) true
|
||||
|
||||
.SUFFIXES: .t
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user