summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 19:14:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-12 19:14:02 +0000
commit46291d8b0a738acf15154d7d1abf401be5c31027 (patch)
tree76c7215bc973e1d09ee5d49cc52210f14bbfc144 /test/Makefile
parent78d3289faef1e1acc05eaf7108405eb611bfa017 (diff)
downloadlibcss-46291d8b0a738acf15154d7d1abf401be5c31027.tar.gz
libcss-46291d8b0a738acf15154d7d1abf401be5c31027.tar.bz2
Test driver for selection engine tests
svn path=/trunk/libcss/; revision=6461
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 a921d45..67c81fe 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -36,7 +36,7 @@ CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d)
# Tests
TESTS_$(d) := csdetect css21 lex lex-auto libcss number parse parse-auto \
- parse2-auto
+ parse2-auto select-auto
TESTS_$(d) := $(TESTS_$(d))
# Items for top-level makefile to use