diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-10 14:31:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-10 14:31:24 +0100 |
commit | ec75fed883cbecec51faeb963e4d709ddeaf1452 (patch) | |
tree | d824f6c628305519b9469a4fe2e5e918a1082dd4 /starmath | |
parent | 4e08d4f3cbbaaad30845035591c46746f76c5756 (diff) |
add runtime depends to .res files to unit tests
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 0f4606a2064e..9d0cd32c46d7 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -44,7 +44,8 @@ $(eval $(call gb_CppunitTest_add_library_objects,starmath_qa_cppunit,\ sm \ )) -$(call gb_CxxObject_get_target,starmath/qa/cppunit/test_starmath): $(WORKDIR)/AllLangRes/sm +$(call gb_CppunitTest_get_target,starmath_qa_cppunit) : \ + $(call gb_AllLangResTarget_get_target,starmath) $(eval $(call gb_CppunitTest_add_linked_libs,starmath_qa_cppunit,\ comphelper \ |