Kaydet (Commit) 1c3f994c authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

smoketest cant work without extensions

Change-Id: I58af85205cce89c2eff3db24a477171ce39d47dc
üst b5e988ff
......@@ -18,11 +18,13 @@ $(eval $(call gb_Module_add_targets,smoketest,\
))
ifneq ($(ENABLE_JAVA),)
ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_targets,smoketest,\
Extension_TestExtension \
Jar_TestExtension \
))
endif
endif
ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,smoketest,\
......@@ -31,10 +33,12 @@ $(eval $(call gb_Module_add_check_targets,smoketest,\
endif
ifneq (MACOSX/TRUE,$(OS)/$(ENABLE_MACOSX_SANDBOX))
ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\
CppunitTest_smoketest \
))
endif
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment