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

reintroduce check target with new meaning

üst 1c3f8795
...@@ -97,7 +97,7 @@ build : ...@@ -97,7 +97,7 @@ build :
unitcheck : unitcheck :
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),CHK,6) $(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),CHK,6)
$(call gb_Output_announce_title,all tests checked.) $(call gb_Output_announce_title,all unittests checked.)
$(call gb_Output_announce_bell) $(call gb_Output_announce_bell)
# removing the dependency on build for now until we can make a full build with gbuild # removing the dependency on build for now until we can make a full build with gbuild
...@@ -113,6 +113,16 @@ clean : ...@@ -113,6 +113,16 @@ clean :
$(call gb_Output_announce_title,all cleared.) $(call gb_Output_announce_title,all cleared.)
$(call gb_Output_announce_bell) $(call gb_Output_announce_bell)
check : unitcheck
$(call gb_Output_announce_title,all tests checked.)
$(call gb_Output_announce_bell)
ifeq ($(strip$(gb_PARTIALBUILD)),)
check : subsequentcheck
endif
define gb_Module_Module define gb_Module_Module
gb_Module_ALLMODULES += $(1) gb_Module_ALLMODULES += $(1)
gb_Module_MODULELOCATIONS += $(1):$(dir $(realpath $(lastword $(MAKEFILE_LIST)))) gb_Module_MODULELOCATIONS += $(1):$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
......
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