Merge pull request #9007 from kYc0o/add_more_hil_tests

tests: add more hardware in the loop tests
This commit is contained in:
Francisco Acosta 2018-05-15 22:14:15 +02:00 committed by GitHub
commit af829e2da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 24 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: