diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 11:45:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 11:46:11 +0100 |
commit | fb46a354250fca80fbbfac20128551fd1c530747 (patch) | |
tree | a321014d405391738741bd56aa2fa0f70100bf82 /pyuno | |
parent | 1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac (diff) |
tweak the other one
Change-Id: Ib85724173c0bf6d45776d5407220a415da9c591b
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Module_pyuno.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 4d38442dda88..da0f55b0d12d 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -61,13 +61,13 @@ endif endif # SYSTEM_PYTHON ifneq ($(DISABLE_PYTHON),TRUE) -$(eval $(call gb_Module_add_targets,pyuno, \ +$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \ PythonTest_pyuno_pytests_ssl \ )) endif ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS))) -$(eval $(call gb_Module_add_slowcheck_targets,pyuno, \ +$(eval $(call gb_Module_add_targets,pyuno, \ PythonTest_pytests \ PythonTest_pyuno_pytests_insertremovecells \ )) |