[Libreoffice-commits] .: starmath/CppunitTest_starmath_qa_cppunit.mk sw/CppunitTest_sw_test_filters.mk
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Jun 10 07:11:22 PDT 2011
starmath/CppunitTest_starmath_qa_cppunit.mk | 3 +--
sw/CppunitTest_sw_test_filters.mk | 5 ++---
2 files changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 286a59c090db936b6aa28e32ba698b8cac92d815
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 10 15:07:51 2011 +0100
try .res runtime depend the other route
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk
index 9d0cd32..0f4606a 100644
--- a/starmath/CppunitTest_starmath_qa_cppunit.mk
+++ b/starmath/CppunitTest_starmath_qa_cppunit.mk
@@ -44,8 +44,7 @@ $(eval $(call gb_CppunitTest_add_library_objects,starmath_qa_cppunit,\
sm \
))
-$(call gb_CppunitTest_get_target,starmath_qa_cppunit) : \
- $(call gb_AllLangResTarget_get_target,starmath)
+$(call gb_CxxObject_get_target,starmath/qa/cppunit/test_starmath): $(WORKDIR)/AllLangRes/sm
$(eval $(call gb_CppunitTest_add_linked_libs,starmath_qa_cppunit,\
comphelper \
diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk
index 3b0e589..15b3f7a 100644
--- a/sw/CppunitTest_sw_test_filters.mk
+++ b/sw/CppunitTest_sw_test_filters.mk
@@ -33,6 +33,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \
sw/qa/core/filters-test \
))
+$(call gb_CxxObject_get_target,sw/qa/core/filters-test): $(WORKDIR)/AllLangRes/sw
+
$(eval $(call gb_CppunitTest_add_linked_libs,sw_filters_test, \
sw \
sfx \
@@ -69,9 +71,6 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sw_filters_test,\
sw_filters_test \
))
-$(call gb_CppunitTest_get_target,sw_filters_test) : \
- $(call gb_AllLangResTarget_get_target,sw)
-
$(eval $(call gb_CppunitTest_set_args,sw_filters_test,\
--headless \
--invisible \
More information about the Libreoffice-commits
mailing list