X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=6ba96030beee7f2327eaec130b7db418b1b2c98b;hb=5a7db47c530d4390333af098ac3e664ab96d4502;hp=a567b59f1919991cf119bf1ef71cb0a81fa2ee11;hpb=3aba0752dd2d5fe0a9b90090433080a85fac5754;p=build.git diff --git a/Makefile b/Makefile index a567b59f..6ba96030 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,7 @@ $(foreach package, $(ALL), $(eval $(call stage1_package_vars,$(package)))) # compute all modules ALL.modules := $(foreach package,$(ALL), $(eval ALL.modules+=$($(package)-MODULES))) -ALL.modules:=$(sort $(ALL.modules)) +ALL.modules:=build tests $(sort $(ALL.modules)) # extract revision from -SVNPATH or tag from -GITPATH define stage1_module_vars @@ -364,8 +364,6 @@ $(foreach module,$(ALL.modules),$(eval $(call target_extract_module,$(module)))) ### the tests area # use this makefile to extract tests rather than extracting manually in vbuild-nightly -$(eval $(call stage1_module_vars,tests)) -$(eval $(call target_extract_module,tests)) tests-clean: rm -rf MODULES/tests .PHONY: tests-clean