From 08894f7c7def58431be699c3e59ef7bbc0c725a4 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 7 Nov 2012 13:30:10 +0000 Subject: add native XTextSearch / cppunit test framework. ported from the broken java ver. adds a native ICU regex sanity test. --- i18npool/Module_i18npool.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'i18npool/Module_i18npool.mk') diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk index 455d6f0b7d00..a8f211848bf5 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_check_targets,i18npool,\ CppunitTest_i18npool_test_characterclassification \ CppunitTest_i18npool_test_languagetag \ CppunitTest_i18npool_test_ordinalsuffix \ + CppunitTest_i18npool_test_textsearch \ )) # vim: set noet sw=4 ts=4: -- cgit