summaryrefslogtreecommitdiffstats
path: root/dbaccess/Module_dbaccess.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-09-30 15:25:42 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-10-07 16:16:46 +0200
commit6dbb6275ebd1a4299099c3b6bc82ec4ee0e1fb86 (patch)
tree26e0c3c7cb7f976f1659ceace0220055119a33ba /dbaccess/Module_dbaccess.mk
parentfix nullptr/boost compile error (diff)
downloadcore-6dbb6275ebd1a4299099c3b6bc82ec4ee0e1fb86.tar.gz
core-6dbb6275ebd1a4299099c3b6bc82ec4ee0e1fb86.zip
fdo84315: add integration test for basic LibreOffice Base functionality
Thanks to Stephan for helping with the test environment setup: sbergman@redhat.com: Do the same "set UserInstallation to user profile dir in test/user-template" in UnoInProcess's setUp as is done in test::BootstrapFixtureBase::setUp (unotest/source/cpp/bootstrapfixturebase.cxx) for CppunitTests. That way, these tests all use the workdir/unittest/ UserInstallation concurrently, but they at least do not run into the gotcha in SubstitutePathVariables::SetPredefinedPathVariables (framework/source/services/substitutepathvars.cxx) to only set the PREDEFVAR_USERPATH if PATH_EXISTS. Change-Id: Iad058098a4c69cb567e2d3222af3c7d4ba993271
Diffstat (limited to 'dbaccess/Module_dbaccess.mk')
-rw-r--r--dbaccess/Module_dbaccess.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index bbe300904e2c..2dccdf8cde59 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -68,6 +68,12 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
JunitTest_dbaccess_unoapi \
))
+ifneq ($(DISABLE_PYTHON),TRUE)
+$(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
+ PythonTest_dbaccess_python \
+))
+endif
+
endif
# vim: set noet sw=4 ts=4: