PythonTest still does not work on Windows

Change-Id: I79e352efeb1ed3fe8dab53bfb31362ac2ce11b06
This commit is contained in:
Stephan Bergmann
2013-06-17 09:04:14 +02:00
parent d6e12ac8f0
commit 6c7ae36a25

View File

@@ -72,9 +72,11 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
endif
ifneq ($(DISABLE_PYTHON),TRUE)
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
PythonTest_sw_python \
))
endif
endif
# vim: set noet sw=4 ts=4: