Merge pull request #9007 from kYc0o/add_more_hil_tests
tests: add more hardware in the loop tests
This commit is contained in:
commit
af829e2da4
@ -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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
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
|
|||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|
||||||
|
TEST_ON_CI_WHITELIST += all
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user