summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:01:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-12 23:01:24 +0000
commit9372fb42cb0a7806e901a77bfdd7d2b1e98b945a (patch)
tree36954079ed1b3af3f38d6282797ce907cc2ba54a /test/Makefile
parent921ef60ea6851935ac1eb36330576f96d220c69c (diff)
downloadlibcss-9372fb42cb0a7806e901a77bfdd7d2b1e98b945a.tar.gz
libcss-9372fb42cb0a7806e901a77bfdd7d2b1e98b945a.tar.bz2
Something approximating the beginnings of an automated test harness for the parser.
svn path=/trunk/libcss/; revision=6049
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