summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-19 01:20:15 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-19 01:20:15 +0000
commit1db020fb0e52995b2938512496740c11b81d61a3 (patch)
tree777b290c555433317976ee4437fb366ff375be9e /test/Makefile
parentd94c20d3ea4935ac7bc98b364c2a8dc6eed79607 (diff)
downloadlibhubbub-1db020fb0e52995b2938512496740c11b81d61a3.tar.gz
libhubbub-1db020fb0e52995b2938512496740c11b81d61a3.tar.bz2
Add a tokeniser3, which tests the tokeniser byte-by-byte rather than with all the data at once.
svn path=/trunk/hubbub/; revision=4409
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 3d5788c..00ca279 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -39,7 +39,7 @@ LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json`
# Tests
TESTS_$(d) := aliases cscodec csdetect dict entities filter hubbub \
- inputstream parser parser-utf16 tokeniser tokeniser2 \
+ inputstream parser parser-utf16 tokeniser tokeniser2 tokeniser3 \
tree
TESTS_$(d) := $(TESTS_$(d)) regression/cscodec-segv regression/filter-segv \
regression/stream-nomem