diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-05 16:43:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-06-05 16:55:25 +0100 |
commit | eb9b8ebca49291797e655b50f64af2c2fa03434c (patch) | |
tree | abec6f92797d064aa7cca7c719e428f40bfd2a74 /i18npool/Module_i18npool.mk | |
parent | eb4001a2659ff1fcc941d8c0b439da65408183be (diff) |
add a titlecase regression test
Change-Id: Ic802fc816d54b97b333e3b2bc394beb383f3e5ef
Diffstat (limited to 'i18npool/Module_i18npool.mk')
-rw-r--r-- | i18npool/Module_i18npool.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk index a2aee88ebcdd..bed175a8c310 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -62,6 +62,7 @@ endif $(eval $(call gb_Module_add_check_targets,i18npool,\ CppunitTest_i18npool_test_breakiterator \ + CppunitTest_i18npool_test_characterclassification \ )) # vim: set noet sw=4 ts=4: |