diff options
author | Eike Rathke <erack@redhat.com> | 2012-08-11 13:45:43 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-08-11 13:45:58 +0200 |
commit | 79ebfc9053c92c041e165aa0c8901b0e882c4f9e (patch) | |
tree | 8b29a5c40e4f3d643d90803e862e5e6071d9136b /i18npool | |
parent | 4ff9a9958653666fb0b0ff333cac7f8d1b293117 (diff) |
langtag: enable languagetag unit test again
Change-Id: Ia2ed3dc0d0e135913c25e1c389326ee3fbc39719
Diffstat (limited to 'i18npool')
-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 bed175a8c310..9214d0081457 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -63,6 +63,7 @@ endif $(eval $(call gb_Module_add_check_targets,i18npool,\ CppunitTest_i18npool_test_breakiterator \ CppunitTest_i18npool_test_characterclassification \ + CppunitTest_i18npool_test_languagetag \ )) # vim: set noet sw=4 ts=4: |