diff options
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 4ab8f50489e7..d0968d9ecad0 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -126,6 +126,12 @@ $(eval $(call gb_Module_add_perfcheck_targets,sc,\ CppunitTest_sc_tablesheetobj \ )) +ifneq ($(DISABLE_PYTHON),TRUE) +$(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ + PythonTest_sc_python \ +)) +endif + # screenshots $(eval $(call gb_Module_add_screenshot_targets,sc,\ CppunitTest_sc_screenshots \ |