summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e7aeb67..01cfdd7 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
# Tests
-TESTS_$(d) := csdetect css21 lex lex-auto libcss number parse
+TESTS_$(d) := csdetect css21 lex lex-auto libcss number parse parse-auto
TESTS_$(d) := $(TESTS_$(d))
# Items for top-level makefile to use