Skip to content

Commit

Permalink
waf: Makefile.waf: use check-all command instead of --alltests
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo authored and lucasdemarchi committed Feb 1, 2016
1 parent fff14f6 commit 4c6dbe7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.waf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c6dbe7

Please sign in to comment.