Added default BOARD value to let regression tests compile for any platform.

This commit is contained in:
Marco Grella 2015-11-11 13:48:38 +01:00
parent 41f9ca08e2
commit 527903ee10
2 changed files with 20 additions and 7 deletions

View file

@ -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) || \