summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 10:31:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 10:31:23 +0000
commitff835de85e45a77c810d0f8dc7916ff0be677545 (patch)
treece3a645348b52a492ec9d171b8f6f623a08c2530 /test/Makefile
parent86214cfb1e17624c3b0851a8a3cd6909c2623ce9 (diff)
downloadlibhubbub-ff835de85e45a77c810d0f8dc7916ff0be677545.tar.gz
libhubbub-ff835de85e45a77c810d0f8dc7916ff0be677545.tar.bz2
Add UTF-16 input stream.
This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362
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 ef50365..bf4670c 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -32,7 +32,7 @@ DEBUG =
# Objects
OBJS = aliases cscodec csdetect dict entities filter hubbub \
- inputstream parser tokeniser tokeniser2
+ inputstream parser parser-utf16 tokeniser tokeniser2
OBJS += regression/cscodec-segv regression/filter-segv
.PHONY: clean debug export release setup test