summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tablesheetobj.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-20 22:59:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-21 02:06:01 +0200
commit9e04ae0b7d86895420634e442a09feb366340393 (patch)
treeb31323e3db0dc87a3811cb8b3ce216b974a2d41a /sc/CppunitTest_sc_tablesheetobj.mk
parent8bfe47960f60e1dc2e6bcf0f3c3f7e43dfd3fc0b (diff)
add more runtime deps on resource files for unit-tests
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
Diffstat (limited to 'sc/CppunitTest_sc_tablesheetobj.mk')
-rw-r--r--sc/CppunitTest_sc_tablesheetobj.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/CppunitTest_sc_tablesheetobj.mk b/sc/CppunitTest_sc_tablesheetobj.mk
index f2e7c52e66be..d904e745a830 100644
--- a/sc/CppunitTest_sc_tablesheetobj.mk
+++ b/sc/CppunitTest_sc_tablesheetobj.mk
@@ -125,7 +125,4 @@ $(eval $(call gb_CppunitTest_use_filter_configuration,sc_spreadsheetobj))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_spreadsheetobj))
-# we need to explicitly depend on the sc resource files needed at unit-test runtime
-$(call gb_CppunitTest_get_target,sc_spreadsheetobj) : $(WORKDIR)/AllLangRes/sc
-
# vim: set noet sw=4 ts=4: