summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5472a8..550945a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ glcpp: glcpp.o glcpp-lex.o glcpp-parse.o hash_table.o xtalloc.o
glcpp-lex.c: glcpp-parse.h
-test:
+test: glcpp
@(cd tests; ./glcpp-test)
clean: