diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-26 16:30:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-26 16:34:16 +0200 |
commit | 489e588ff749e5f673d10baa6b79fa6bbee68574 (patch) | |
tree | 2d31ce895bdee54a1370f218300e2deee3287ac6 /sw | |
parent | 008b5c6ae6efd51b1e40a2efb41e49645b1d8ad0 (diff) |
At least for now, PythonTest runs against dev-install tree
...so clean up. (Changing this might be tricky, esp. on Windows where the
python.exe wrapper adds the dev-install tree's dirs to PATH, so trying to run
tests against solver instead of dev-install tree libs will result in chaos.
This will become moot when we finally have solver == dev-install.)
Change-Id: Icbfc3928a7ff178fd86d78d15ffcf539557efbb4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/PythonTest_sw_python.mk | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sw/PythonTest_sw_python.mk b/sw/PythonTest_sw_python.mk index 09a48a964d6c..a5a632c2ef52 100644 --- a/sw/PythonTest_sw_python.mk +++ b/sw/PythonTest_sw_python.mk @@ -9,45 +9,6 @@ $(eval $(call gb_PythonTest_PythonTest,sw_python)) -$(eval $(call gb_PythonTest_use_configuration,sw_python)) - -$(eval $(call gb_PythonTest_use_api,sw_python,offapi)) - -# FAIL: this brings in GconfBackend $(eval $(call gb_PythonTest_use_rdb,sw_python,services)) - -$(eval $(call gb_PythonTest_use_components,sw_python,\ - basic/util/sb \ - comphelper/util/comphelp \ - configmgr/source/configmgr \ - dbaccess/util/dba \ - fileaccess/source/fileacc \ - filter/source/config/cache/filterconfig1 \ - forms/util/frm \ - framework/util/fwk \ - i18npool/util/i18npool \ - oox/util/oox \ - package/source/xstor/xstor \ - package/util/package2 \ - sax/source/expatwrap/expwrap \ - sax/source/fastparser/fastsax \ - sw/util/sw \ - sw/util/swd \ - sw/util/msword \ - sw/util/vbaswobj \ - scripting/source/basprov/basprov \ - scripting/util/scriptframe \ - sfx2/util/sfx \ - sot/util/sot \ - svl/source/fsstor/fsstorage \ - toolkit/util/tk \ - ucb/source/core/ucb1 \ - ucb/source/ucp/file/ucpfile1 \ - ucb/source/ucp/tdoc/ucptdoc1 \ - unotools/util/utl \ - unoxml/source/rdf/unordf \ - unoxml/source/service/unoxml \ -)) - $(eval $(call gb_PythonTest_add_modules,sw_python,$(SRCDIR)/sw/qa/python,\ set_expression \ get_expression \ |