diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 10:46:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-20 11:11:45 +0100 |
commit | 3bc950b8f0ef5fc1345b86c8dae1ca3983f8cee1 (patch) | |
tree | 0e5f06cfc4a1b3d04d703af62982189dd7b29dfb | |
parent | 2b8113a31da85d685306dcfa123632d2f11e3ee9 (diff) |
add some more test prerequisites
-rw-r--r-- | sw/CppunitTest_sw_test_filters.mk | 3 | ||||
-rw-r--r-- | sw/prj/build.lst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk index 8ee54cf29a1c..3e304513f2de 100644 --- a/sw/CppunitTest_sw_test_filters.mk +++ b/sw/CppunitTest_sw_test_filters.mk @@ -85,8 +85,11 @@ $(eval $(call gb_RdbTarget_RdbTarget,sw_filters_test)) $(eval $(call gb_RdbTarget_add_components,sw_filters_test,\ sw/util/sw \ sw/util/msword \ + forms/util/frm \ + dbaccess/util/dba \ sfx2/util/sfx \ framework/util/fwk \ + toolkit/util/tk \ unoxml/source/service/unoxml \ fileaccess/source/fileacc \ comphelper/util/comphelp \ diff --git a/sw/prj/build.lst b/sw/prj/build.lst index 39e49fd47020..fd8edc91475f 100644 --- a/sw/prj/build.lst +++ b/sw/prj/build.lst @@ -1,2 +1,2 @@ -sw sw : filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package comphelper LIBXSLT:libxslt NULL +sw sw : filter TRANSLATIONS:translations connectivity writerperfect vbahelper svx stoc writerfilter unoxml fileaccess package forms toolkit dbaccess comphelper LIBXSLT:libxslt NULL sw sw\prj nmake - all sw_prj NULL |