Skip to content
Snippets Groups Projects
Commit a5ed5e28 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests: enable CI testing for some tests

parent 58a0fd8e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -10,6 +10,8 @@ USEMODULE += xtimer
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
USEMODULE += evtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += fmt
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -3,6 +3,9 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery
# list of boards to run CI tests on
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment