summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-14 19:45:50 -0400
committerJune McEnroe <june@causal.agency>2018-09-14 19:45:50 -0400
commite4f7568477c3621707b366ea1a658a6c84ea66bd (patch)
tree0c9337be3a78f21f9c7e0db56de1433146ffaec5 /Makefile
parentAdd termEvent tests (diff)
downloadcatgirl-e4f7568477c3621707b366ea1a658a6c84ea66bd.tar.gz
catgirl-e4f7568477c3621707b366ea1a658a6c84ea66bd.zip
Run tests in default target
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46d50ac..95216f6 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ OBJS += url.o
 TESTS += format.t
 TESTS += term.t
 
-all: tags chatte
+all: tags chatte test
 
 tags: *.h *.c
 	ctags -w *.h *.c