summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_breakiterator.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-31 10:30:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-31 10:30:35 +0100
commitedfa6cd3e5d27d793bfb2e7d23e2fdb4dbc09a69 (patch)
tree552cabd14cd048e3ecca6622a5af84d9514a7eb7 /i18npool/CppunitTest_i18npool_test_breakiterator.mk
parentaac3ff1d15bcc8e4d498900386bf6b05f3cad905 (diff)
Related: #i103552# add regression test for シャットダウン
Change-Id: I30117fdf70036f6df8dc494fe33a8a56d5544635
Diffstat (limited to 'i18npool/CppunitTest_i18npool_test_breakiterator.mk')
-rw-r--r--i18npool/CppunitTest_i18npool_test_breakiterator.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_breakiterator.mk b/i18npool/CppunitTest_i18npool_test_breakiterator.mk
index 62100a017244..3a7855d8e3f4 100644
--- a/i18npool/CppunitTest_i18npool_test_breakiterator.mk
+++ b/i18npool/CppunitTest_i18npool_test_breakiterator.mk
@@ -51,4 +51,8 @@ $(eval $(call gb_CppunitTest_use_components,i18npool_test_breakiterator,\
i18npool/util/i18npool \
))
+$(call gb_CppunitTest_get_target,i18npool_test_breakiterator) : \
+ $(call gb_Library_get_target,dict_ja) \
+ $(call gb_Library_get_target,dict_zh)
+
# vim: set noet sw=4 ts=4: