summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 20:40:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 20:40:34 +0000
commita7c8ab91210e368b8b2f23e1d79d42ad1b364560 (patch)
treecd4732b2b347a8f322e89b8033fba1560d8180fe /test/Makefile
parent338a7fea57fbe7114870c0c48805652df716a0b4 (diff)
downloadlibcss-a7c8ab91210e368b8b2f23e1d79d42ad1b364560.tar.gz
libcss-a7c8ab91210e368b8b2f23e1d79d42ad1b364560.tar.bz2
Testdriver for automated lexer tests. This needs a little more work to verify that the data contained within emitted tokens is as expected.
Very trivial testdata to exercise this. svn path=/trunk/libcss/; revision=4115
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 e904397..e2a97c6 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -35,7 +35,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
# Tests
-TESTS_$(d) := csdetect lex libcss
+TESTS_$(d) := csdetect lex lex-auto libcss
TESTS_$(d) := $(TESTS_$(d))
# Items for top-level makefile to use