waf: Makefile.waf: use check-all command instead of --alltests

This commit is contained in:
Gustavo Jose de Sousa 2016-01-29 09:48:56 -02:00 committed by Lucas De Marchi
parent fff14f6262
commit 4c6dbe725d
1 changed files with 1 additions and 4 deletions

View File

@ -3,16 +3,13 @@ ROOT = $(dir $(lastword $(MAKEFILE_LIST)))
WAF_BINARY = $(realpath $(ROOT)/modules/waf/waf-light)
WAF = $(WAF_BINARY) $(WAF_FLAGS)
EXPLICIT_COMMANDS = check clean list_boards
EXPLICIT_COMMANDS = check check-all clean list_boards
VEHICLES = copter plane rover
all: $(WAF_BINARY)
@$(WAF) build
check-all: $(WAF_BINARY)
@$(WAF) check --alltests
$(WAF_BINARY):
@git submodule init && git submodule update