finally get the unit test name right; wow.

This commit is contained in:
Michael Meeks
2012-11-12 20:23:36 +00:00
parent 7bbcbe0727
commit a2d6af3be3

View File

@@ -25,7 +25,7 @@ $(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\
i18npool/util/i18npool \ i18npool/util/i18npool \
)) ))
$(eval $(call gb_Library_use_externals,i18npool_test_textsearch,\ $(eval $(call gb_CppunitTest_use_externals,i18npool_test_textsearch,\
$(if $(filter MSC,$(COM)),icuin,icui18n) \ $(if $(filter MSC,$(COM)),icuin,icui18n) \
icuuc \ icuuc \
)) ))