Browse Source

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

mission-4.1.18
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
4c6dbe725d
  1. 5
      Makefile.waf

5
Makefile.waf vendored

@ -3,16 +3,13 @@ ROOT = $(dir $(lastword $(MAKEFILE_LIST))) @@ -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

Loading…
Cancel
Save