Skip to content
Snippets Groups Projects
Unverified Commit af829e2d authored by Francisco Acosta's avatar Francisco Acosta Committed by GitHub
Browse files

Merge pull request #9007 from kYc0o/add_more_hil_tests

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