From 235dbc64e3df4f1ee45d526fb6f31d9aea9b166e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 14 Sep 2018 20:37:43 -0400 Subject: Fail target when any test binary fails --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95216f6..de9a3f5 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ chatte: $(OBJS) $(OBJS): chat.h test: $(TESTS) - $(TESTS:%=./%;) + $(TESTS:%=./% &&) true .SUFFIXES: .t -- cgit 1.4.1 nput type='hidden' name='id' value='4911085a851652e511082f6b0138c6e82c3d8198'/> IRC bouncer
about summary refs log tree commit diff
path: root/client.c (unfollow)
Commit message (Expand)Author
2021-05-02Clean up Makefiles, configure scriptsJune McEnroe
2021-04-30palaver: Exit on getopt failureJune McEnroe
2021-04-30notify: Implement pounce-notifyJune McEnroe