diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-25 10:06:24 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-25 10:10:35 +0400 |
commit | 0772bfc17afc84149e2ff454246182b3d9309e53 (patch) | |
tree | c1465f95f27b7c903747fd45926bf82dffd7777d /starmath/CppunitTest_starmath_qa_cppunit.mk | |
parent | 3113389d438a0e897e48a445f0443183331a3482 (diff) |
fix compilation and linking of starmath cppunit tests
... but the tests still crash and are disabled.
Change-Id: I5df66f21865cac98c38d4ef3684c562784e093b9
Diffstat (limited to 'starmath/CppunitTest_starmath_qa_cppunit.mk')
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index efde9b438482..90d379933aa2 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -48,7 +48,10 @@ $(eval $(call gb_CppunitTest_use_libraries,starmath_qa_cppunit,\ editeng \ i18nisolang1 \ i18nutil \ + msfilter \ + oox \ sal \ + sax \ sfx \ sot \ svl \ |