Skip to content

Commit

Permalink
Moved STM32W_CPUREV to the relevant compile regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi committed Nov 17, 2015
1 parent 2dd75d8 commit 43d26d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion regression-tests/15-compile-arm-apcs-ports/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TOOLSDIR=../../tools

EXAMPLES = \
hello-world/econotag \
hello-world/mbxxx \
hello-world/mbxxx:STM32W_CPUREV=CC \
ipv6/rpl-border-router/econotag \
er-rest-example/econotag \
webserver-ipv6/econotag \
Expand Down
1 change: 0 additions & 1 deletion regression-tests/Makefile.compile-test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ get_target_vars = $(wordlist 2,15,$(subst :, ,$1))
define dooneexample
@echo Building example $(3): $(1) for target $(2)
@((cd $(EXAMPLESDIR)/$(1); \
export STM32W_CPUREV=CC; \
make $(4) TARGET=$(2) clean && make $(4) TARGET=$(2) WERROR=1) > \
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
Expand Down

0 comments on commit 43d26d9

Please sign in to comment.