From 234c3075c08d50451294229337fc83aa58dfa72f Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Thu, 16 Nov 2017 13:38:21 +0100 Subject: [PATCH] tests: fix handling for common board folders --- tests/mpu_stack_guard/Makefile | 3 ++- tests/netstats_l2/Makefile | 2 +- tests/unittests/Makefile | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mpu_stack_guard/Makefile b/tests/mpu_stack_guard/Makefile index 1d3264167f..2d0323ecfa 100644 --- a/tests/mpu_stack_guard/Makefile +++ b/tests/mpu_stack_guard/Makefile @@ -11,7 +11,8 @@ BOARD_WHITELIST += f4vi1 # cortex-m4f BOARD_WHITELIST += fox # cortex-m3 BOARD_WHITELIST += frdm-k64f # cortex-m4 BOARD_WHITELIST += ikea-tradfri # cortex-m4f -BOARD_WHITELIST += iotlab-common # cortex-m3 +BOARD_WHITELIST += iotlab-a8-m3 # cortex-m3 +BOARD_WHITELIST += iotlab-m3 # cortex-m3 BOARD_WHITELIST += limifrog-v1 # cortex-m3 BOARD_WHITELIST += maple-mini # cortex-m3 BOARD_WHITELIST += mbed_lpc1768 # cortex-m3 diff --git a/tests/netstats_l2/Makefile b/tests/netstats_l2/Makefile index 2cfb6cf4a7..dd5adfca9c 100644 --- a/tests/netstats_l2/Makefile +++ b/tests/netstats_l2/Makefile @@ -5,7 +5,7 @@ BOARD_PROVIDES_NETIF := airfy-beacon fox iotlab-m3 mulle native nrf51dongle \ nrf6310 pba-d-01-kw2x samd21-xpro saml21-xpro samr21-xpro spark-core \ yunjia-nrf51822 -BOARDS ?= $(shell find $(RIOTBASE)/boards/* -maxdepth 0 -type d \! -name "*-common" -exec basename {} \;) +BOARDS ?= $(shell find $(RIOTBASE)/boards/* -maxdepth 0 -type d \! -name "common" -exec basename {} \;) BOARD_BLACKLIST := $(filter-out $(BOARD_PROVIDES_NETIF), $(BOARDS)) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 3ee2bdcbed..1225ed95c1 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -172,7 +172,6 @@ DISABLE_TEST_FOR_AVR := tests-relic tests-cpp_% MSP430_BOARDS := chronos \ msb-430 \ - msb-430-common \ msb-430h \ telosb \ wsn430-v1_3b \ -- GitLab