Run tests in default target

master
Curtis McEnroe 2018-09-14 19:45:50 -04:00
parent b7bac21263
commit e4f7568477
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 1 deletions

View File

@ -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