summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-14 20:37:43 -0400
committerJune McEnroe <june@causal.agency>2018-09-14 20:37:43 -0400
commit235dbc64e3df4f1ee45d526fb6f31d9aea9b166e (patch)
tree71582e8955d4e14093ab570d738214b5a703778f /Makefile
parentRun tests in default target (diff)
downloadcatgirl-235dbc64e3df4f1ee45d526fb6f31d9aea9b166e.tar.gz
catgirl-235dbc64e3df4f1ee45d526fb6f31d9aea9b166e.zip
Fail target when any test binary fails
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
 
/commit/home/.config/cash/env.sh?id=75792da4af7b04421cc6ec8310e17322b282a5e0&follow=1'>Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe