Skip to content
Snippets Groups Projects
Commit fbd172dd authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #6912 from travisgriggs/refactor_unittest_makefile_for_easier_merge

unittest/Makefile: make merging easier
parents 00a13d63 b2e33e84
No related branches found
No related tags found
No related merge requests found
APPLICATION = unittests APPLICATION = unittests
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon \
arduino-uno arduino-zero calliope-mini cc2538dk \ arduino-duemilanove \
cc2650stk chronos ek-lm4f120xl limifrog-v1 maple-mini \ arduino-mega2560 \
mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \ arduino-uno \
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \ arduino-zero \
nucleo32-l031 nucleo32-l432 nucleo-f030 nucleo-f070 \ calliope-mini \
nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f302 nucleo-f334 \ cc2538dk \
nucleo-f410 nucleo-l053 nucleo-l073 opencm904 openmote \ cc2650stk \
openmote-cc2538 pba-d-01-kw2x pca10000 pca10005 \ chronos \
remote-pa remote-reva remote-revb saml21-xpro \ ek-lm4f120xl \
samd21-xpro samr21-xpro seeeduino_arch-pro slwstk6220a \ limifrog-v1 maple-mini \
sodaq-autonomo spark-core stm32f0discovery \ mbed_lpc1768 \
stm32f3discovery telosb waspmote-pro weio wsn430-v1_3b \ microbit \
wsn430-v1_4 yunjia-nrf51822 z1 msb-430 \
msb-430h \
nrf51dongle \
nrf6310 \
nucleo32-f031 \
nucleo32-f042 \
nucleo32-f303 \
nucleo32-l031 \
nucleo32-l432 \
nucleo-f030 \
nucleo-f070 \
nucleo-f072 \
nucleo-f091 \
nucleo-f103 \
nucleo-f302 \
nucleo-f334 \
nucleo-f410 \
nucleo-l053 \
nucleo-l073 \
opencm904 \
openmote \
openmote-cc2538 \
pba-d-01-kw2x \
pca10000 \
pca10005 \
remote-pa \
remote-reva \
remote-revb \
saml21-xpro \
samd21-xpro \
samr21-xpro \
seeeduino_arch-pro \
slwstk6220a \
sodaq-autonomo \
spark-core \
stm32f0discovery \
stm32f3discovery \
telosb \
waspmote-pro \
weio \
wsn430-v1_3b \
wsn430-v1_4 \
yunjia-nrf51822 z1
USEMODULE += embunit USEMODULE += embunit
...@@ -29,16 +71,61 @@ endif ...@@ -29,16 +71,61 @@ endif
ARM7_BOARDS := msba2 avrextrem ARM7_BOARDS := msba2 avrextrem
DISABLE_TEST_FOR_ARM7 := tests-relic tests-cpp_% DISABLE_TEST_FOR_ARM7 := tests-relic tests-cpp_%
ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due arduino-zero cc2538dk ek-lm4f120xl \ ARM_CORTEX_M_BOARDS := airfy-beacon \
f4vi1 fox frdm-k64f iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot \ arduino-due \
mulle nrf51dongle nrf52840dk nrf6310 nucleo144-f303 nucleo144-f429 \ arduino-zero \
nucleo144-f446 nucleo32-f031 nucleo32-f303 nucleo32-l031 nucleo32-l432 \ cc2538dk \
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f091 nucleo-f302 \ ek-lm4f120xl \
nucleo-f303 nucleo-f334 nucleo-f401 nucleo-f410 nucleo-f411 \ f4vi1 \
nucleo-l053 nucleo-l073 nucleo-l1 nucleo-l476 opencm904 openmote-cc2538 \ fox \
pba-d-01-kw2x pca10000 pca10005 remote samd21-xpro saml21-xpro \ frdm-k64f \
samr21-xpro slwstk6220a sodaq-autonomo spark-core stm32f0discovery \ iotlab-m3 \
stm32f3discovery stm32f4discovery udoo weio yunjia-nrf51822 limifrog-v1 \
mbed_lpc1768 \
msbiot \
mulle \
nrf51dongle \
nrf52840dk \
nrf6310 \
nucleo144-f303 \
nucleo144-f429 \
nucleo144-f446 \
nucleo32-f031 \
nucleo32-f303 \
nucleo32-l031 \
nucleo32-l432 \
nucleo-f030 \
nucleo-f070 \
nucleo-f072 \
nucleo-f091 \
nucleo-f302 \
nucleo-f303 \
nucleo-f334 \
nucleo-f401 \
nucleo-f410 \
nucleo-f411 \
nucleo-l053 \
nucleo-l073 \
nucleo-l1 \
nucleo-l476 \
opencm904 \
openmote-cc2538 \
pba-d-01-kw2x \
pca10000 \
pca10005 \
remote \
samd21-xpro \
saml21-xpro \
samr21-xpro \
slwstk6220a \
sodaq-autonomo \
spark-core \
stm32f0discovery \
stm32f3discovery \
stm32f4discovery \
udoo \
weio \
yunjia-nrf51822
DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic DISABLE_TEST_FOR_ARM_CORTEX_M := tests-relic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment