Added default BOARD value to let regression tests compile for any platform.
This commit is contained in:
parent
41f9ca08e2
commit
527903ee10
2 changed files with 20 additions and 7 deletions
|
@ -41,7 +41,6 @@ define dooneexample
|
|||
@echo Building example $(3): $(1) for target $(2)
|
||||
@((cd $(EXAMPLESDIR)/$(1); \
|
||||
export STM32W_CPUREV=CC; \
|
||||
export BOARD=ids01a5; \
|
||||
make TARGET=$(2) clean && make TARGET=$(2) WERROR=1) > \
|
||||
$(3)-$(subst /,-,$(1))$(2).report 2>&1 && \
|
||||
(echo $(1) $(2): OK | tee $(3)-$(subst /,-,$(1))$(2).summary) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue