summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-18 14:49:13 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-18 14:49:37 +0200
commit6980da37549d9ae0a89812aeccfa5365c9f7a9b9 (patch)
tree3c692026d86045b0fa2de99153643712a1223d75 /pyuno
parente661730ed0b4145ec25486ddccd8b0a52ca261b3 (diff)
move pyuno ssl test back to check targets
Change-Id: Ib256217aa014693c73b233a4d8be4c0224287739
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Module_pyuno.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 98cc84a252bb..658e5d772ac9 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -61,11 +61,7 @@ endif
endif # SYSTEM_PYTHON
ifneq ($(DISABLE_PYTHON),TRUE)
-# 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, \
+$(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
))
endif