summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-18 12:17:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-18 12:18:20 +0100
commit5741e67a00dcaa6864089f44f09b65daca060ee8 (patch)
treeb3b14fc6f800ca76e876fb50b30c577f8c0abc48 /pyuno
parentf4e8bca336ad8b26cc9ba9e6d5ef9d665cc164d6 (diff)
sigh, unclear how to make python tests depend on python
Change-Id: I28884169cb633d2aa9ad11d4b31ab9424776b0f1
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Module_pyuno.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index da0f55b0d12d..98cc84a252bb 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -61,7 +61,11 @@ endif
endif # SYSTEM_PYTHON
ifneq ($(DISABLE_PYTHON),TRUE)
-$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \
+# TODO: add dependencies to the PythonTest stuff to
+# depend on internal python getting installed
+# into instdir becore running python tests,
+# for now bodge this into a damn subsequentcheck
+$(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
))
endif