diff options
-rw-r--r-- | postprocess/CppunitTest_services.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk index c0726f973da0..cd02461fb9a4 100644 --- a/postprocess/CppunitTest_services.mk +++ b/postprocess/CppunitTest_services.mk @@ -38,6 +38,12 @@ ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_CppunitTest_use_python_ure,services)) $(eval $(call gb_CppunitTest_use_rdb,services,pyuno)) + +$(eval $(call gb_CppunitTest_use_packages,services, \ + pyuno_pythonloader_ini \ +)) + +$(call gb_CppunitTest_get_target,services): $(call gb_Pyuno_get_target,commonwizards) endif $(eval $(call gb_CppunitTest_use_configuration,services)) |