summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_tablesheetsobj.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_tablesheetsobj.mk
parent8bfe47960f60e1dc2e6bcf0f3c3f7e43dfd3fc0b (diff)
add more runtime deps on resource files for unit-tests
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
Diffstat (limited to 'sc/CppunitTest_sc_tablesheetsobj.mk')
-rw-r--r--sc/CppunitTest_sc_tablesheetsobj.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/CppunitTest_sc_tablesheetsobj.mk b/sc/CppunitTest_sc_tablesheetsobj.mk
index 5ef9a01d6df2..1e097a02434f 100644
--- a/sc/CppunitTest_sc_tablesheetsobj.mk
+++ b/sc/CppunitTest_sc_tablesheetsobj.mk
@@ -124,7 +124,4 @@ $(eval $(call gb_CppunitTest_use_filter_configuration,sc_spreadsheetsobj))
$(eval $(call gb_CppunitTest_use_unittest_configuration,sc_spreadsheetsobj))
-# we need to explicitly depend on the sc resource files needed at unit-test runtime
-$(call gb_CppunitTest_get_target,sc_spreadsheetsobj) : $(WORKDIR)/AllLangRes/sc
-
# vim: set noet sw=4 ts=4: