2017-05-11 10:04:05 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
|
|
|
|
nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
2017-08-24 17:10:27 +02:00
|
|
|
stm32f0discovery telosb wsn430-v1_3b \
|
2017-05-11 10:04:05 +02:00
|
|
|
wsn430-v1_4 z1
|
|
|
|
|
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += ps
|
|
|
|
USEMODULE += schedstatistics
|
|
|
|
USEMODULE += printf_float
|
|
|
|
|
2018-04-04 17:25:39 +02:00
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
|
2017-05-11 10:04:05 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|
2017-11-11 22:35:06 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
tests/01-run.py
|