summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-03-21 23:40:25 +0100
committerMichael Stahl <mstahl@redhat.com>2017-03-22 10:30:41 +0100
commit5277b43814568af84f00d9be1de7f985f758f249 (patch)
treef2da04afc20320480fde660fe3d598b3966ae116 /solenv
parent9727857420004905c877963ca62b8b3d88e4afe3 (diff)
gbuild: PythonTest depends on python.exe wrapper on WNT
Change-Id: Idfd2a6d68fecfb5a473938a74a9020f76fbc2c4b
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 7c0bbbc0e118..2c718ac544f9 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -445,7 +445,7 @@ endef
# PythonTest class
gb_PythonTest_PRECOMMAND := $(gb_CppunitTest_CPPTESTPRECOMMAND)
-gb_PythonTest_DEPS := $(call gb_Package_get_target,python3)
+gb_PythonTest_DEPS := $(call gb_Package_get_target,python3) $(call gb_Executable_get_target,python)
ifeq ($(strip $(CPPUNITTRACE)),TRUE)
gb_CppunitTest_GDBTRACE := '$(DEVENV)' /debugexe