Skip to content
Snippets Groups Projects
Commit 4c6dbe72 authored by Gustavo Jose de Sousa's avatar Gustavo Jose de Sousa Committed by Lucas De Marchi
Browse files

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

parent fff14f62
No related branches found
No related tags found
No related merge requests found
...@@ -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_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment