try .res runtime depend the other route
This commit is contained in:
parent
ec75fed883
commit
5cb9247abf
2 changed files with 3 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue