diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-27 16:04:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-27 16:06:03 +0200 |
commit | bc406a77b582ab799428b9fbf05afdbed75dbeb7 (patch) | |
tree | 2a177cfc0f0943d9fba3206217520e3cb29b4a3c | |
parent | acbeb839aa718381f13f4f3097ff17ee46e06de8 (diff) |
add dependencies for vba unit test
-rw-r--r-- | sc/CppunitTest_sc_test_filters.mk | 2 | ||||
-rw-r--r-- | sc/prj/build.lst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_test_filters.mk b/sc/CppunitTest_sc_test_filters.mk index cf524d96c91b..1b1329422d96 100644 --- a/sc/CppunitTest_sc_test_filters.mk +++ b/sc/CppunitTest_sc_test_filters.mk @@ -125,6 +125,8 @@ $(eval $(call gb_RdbTarget_add_old_components,sc_filters_test,\ configmgr \ ucb1 \ ucpfile1 \ + basprov \ + scriptframe \ )) # we need to diff --git a/sc/prj/build.lst b/sc/prj/build.lst index 7f48e14a4dd4..27b7c3058ce1 100644 --- a/sc/prj/build.lst +++ b/sc/prj/build.lst @@ -1,2 +1,2 @@ -sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr officecfg NULL +sc sc : filter TRANSLATIONS:translations vbahelper oovbaapi svx uui stoc BOOST:boost formula MDDS:mdds oox LIBXSLT:libxslt unoxml ure test xmloff desktop ucb package configmgr officecfg scripting NULL sc sc\prj nmake - all sc_prj NULL |