mirror of https://github.com/ArduPilot/ardupilot
waf: Makefile.waf: use check-all command instead of --alltests
This commit is contained in:
parent
fff14f6262
commit
4c6dbe725d
|
@ -3,16 +3,13 @@ ROOT = $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
WAF_BINARY = $(realpath $(ROOT)/modules/waf/waf-light)
|
WAF_BINARY = $(realpath $(ROOT)/modules/waf/waf-light)
|
||||||
WAF = $(WAF_BINARY) $(WAF_FLAGS)
|
WAF = $(WAF_BINARY) $(WAF_FLAGS)
|
||||||
|
|
||||||
EXPLICIT_COMMANDS = check clean list_boards
|
EXPLICIT_COMMANDS = check check-all clean list_boards
|
||||||
|
|
||||||
VEHICLES = copter plane rover
|
VEHICLES = copter plane rover
|
||||||
|
|
||||||
all: $(WAF_BINARY)
|
all: $(WAF_BINARY)
|
||||||
@$(WAF) build
|
@$(WAF) build
|
||||||
|
|
||||||
check-all: $(WAF_BINARY)
|
|
||||||
@$(WAF) check --alltests
|
|
||||||
|
|
||||||
$(WAF_BINARY):
|
$(WAF_BINARY):
|
||||||
@git submodule init && git submodule update
|
@git submodule init && git submodule update
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue