summaryrefslogtreecommitdiff
path: root/tests/runtests.sh.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-04-24 20:00:41 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-04-24 20:00:41 +0000
commitf6b1fef713a035e4abcbe0d0fda54721a3560d5e (patch)
tree4e2590bc28e59fc971cc481de2920db32ee536ff /tests/runtests.sh.in
parent0c950b1d5c2a51ec8d238ae1399d1f71b132fa6e (diff)
downloadpango-f6b1fef713a035e4abcbe0d0fda54721a3560d5e.tar.gz
Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 Patch
2008-04-24 Behdad Esfahbod <behdad@gnome.org> Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 Patch from Noah Levitt * tests/Makefile.am: * tests/runtests.sh.in: * tests/testboundaries_ucd.c (count_attrs), (parse_line), (attrs_equal), (make_test_string), (do_test), (main): Add test driver for UAX#14 and UAX#29 test data from Unicode Character Databse. Just drop the following four files in pango/tests for it to use them: GraphemeBreakTest.txt LineBreakTest.txt SentenceBreakTest.txt WordBreakTest.txt svn path=/trunk/; revision=2617
Diffstat (limited to 'tests/runtests.sh.in')
-rwxr-xr-xtests/runtests.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.sh.in b/tests/runtests.sh.in
index 0c3466e2..a6d60007 100755
--- a/tests/runtests.sh.in
+++ b/tests/runtests.sh.in
@@ -1,7 +1,7 @@
#! @SHELL@
LOGFILE=runtests.log
-POTENTIAL_TESTS='testboundaries testcolor'
+POTENTIAL_TESTS='testboundaries testcolor testboundaries_ucd'
ECHO_C='@ECHO_C@'
ECHO_N='@ECHO_N@'