Fail target when any test binary fails

weechat-hashes
Curtis McEnroe 2018-09-14 20:37:43 -04:00
parent e4f7568477
commit 235dbc64e3
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:%=./%;)
$(TESTS:%=./% &&) true
.SUFFIXES: .t