diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-17 22:03:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 09:16:28 +0100 |
commit | f7165615197c6352cd8f02b31dc9c94a4f99fc98 (patch) | |
tree | 0c257685dc055c9e17e93d88c7aff820242d95a8 /i18npool | |
parent | b5736291ed105d5366797201d5f5f92ac2f39d14 (diff) |
Revert "disable i18npool's unit test for now"
This reverts commit 8ae498242b5fb90d4f33b470616b90790ff807e0
because no justification is listed
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/Module_i18npool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk index 8ada1ff1bb27..022e85f80891 100644 --- a/i18npool/Module_i18npool.mk +++ b/i18npool/Module_i18npool.mk @@ -57,7 +57,7 @@ $(eval $(call gb_Module_add_targets,i18npool,\ )) endif -#$(eval $(call gb_Module_add_check_targets,i18npool,\ +$(eval $(call gb_Module_add_check_targets,i18npool,\ CppunitTest_i18npool_test_breakiterator \ )) |