Skip to content
Snippets Groups Projects
Commit d634b7b1 authored by Francisco Acosta's avatar Francisco Acosta
Browse files

tests: add more hardware in the loop tests

parent d6c63592
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -17,6 +17,8 @@ endif
USEMODULE += printf_float
TEST_ON_CI_WHITELIST += native
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -6,6 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += pipe
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEPKG += cayenne-lpp
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -10,6 +10,8 @@ USEMODULE += posix_semaphore
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -3,6 +3,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-l053 stm32f0discovery
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -21,6 +21,8 @@ PROBLEM ?= 12
CFLAGS += -DPROBLEM=$(PROBLEM)
TEST_ON_CI_WHITELIST += all
test:
./tests/01-run.py
......
......@@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += core_thread_flags
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -6,6 +6,8 @@ USEMODULE += trace
BOARD_WHITELIST := native
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:
......
......@@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
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