diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-17 20:02:55 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-17 20:03:50 +0200 |
commit | 8ae498242b5fb90d4f33b470616b90790ff807e0 (patch) | |
tree | f702b2886c562d74dcfc5d3d6e50c3dcf4266e1e /i18npool/Module_i18npool.mk | |
parent | 9890c98480161040e048f37d94004b7b05f6c79f (diff) |
disable i18npool's unit test for now
Diffstat (limited to 'i18npool/Module_i18npool.mk')
-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 022e85f80891..8ada1ff1bb27 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 \ )) |