diff options
author | Lars Langhans <lla@openoffice.org> | 2010-07-01 13:19:11 +0200 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-07-01 13:19:11 +0200 |
commit | a1587de76a1112479dfbc67d60cafceb7ee59de7 (patch) | |
tree | 227bc5ce4666844a8249aa5a7176556922c5b066 | |
parent | 4c8cc8bb19f4a52262279d9298335795eb4b7612 (diff) |
sb123:#i111449# cleanups in build.lst for qa/complex tests
-rwxr-xr-x | sc/prj/build.lst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/prj/build.lst b/sc/prj/build.lst index 4631dae8e3d4..c807f7b445e8 100755 --- a/sc/prj/build.lst +++ b/sc/prj/build.lst @@ -53,5 +53,8 @@ sc sc\util nmake - all sc_util sc_addfu sc_adrot sc_adutil sc_app sc_attr # sc sc\qa\complex\calcPreview nmake - all qa_calcpreview NULL sc sc\qa\complex\cellRanges nmake - all qa_cellranges sc_util NULL -sc sc\qa\complex\dataPilot nmake - all qa_datapilot sc_util NULL +sc sc\qa\complex\dataPilot\interfaceTests\beans nmake - all qa_datapilot_ifacetst_beans sc_util NULL +sc sc\qa\complex\dataPilot\interfaceTests\container nmake - all qa_datapilot_ifacetst_container sc_util NULL +sc sc\qa\complex\dataPilot\interfaceTests\sheet nmake - all qa_datapilot_ifacetst_sheet sc_util NULL +sc sc\qa\complex\dataPilot nmake - all qa_datapilot qa_datapilot_ifacetst_beans qa_datapilot_ifacetst_container qa_datapilot_ifacetst_sheet sc_util NULL sc sc\qa\complex\sc nmake - all qa_sc sc_util NULL |