From e4f7568477c3621707b366ea1a658a6c84ea66bd Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 14 Sep 2018 19:45:50 -0400 Subject: Run tests in default target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1