1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #8869 from kYc0o/hil_add_more_tests

tests: add on-hardware execution for selected tests
This commit is contained in:
Kaspar Schleiser 2018-04-12 10:00:58 +02:00 committed by GitHub
commit d686b597b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
56 changed files with 112 additions and 0 deletions

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -16,6 +16,8 @@ USEMODULE += cpp11-compat
USEMODULE += xtimer
USEMODULE += timex
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -15,6 +15,8 @@ CXXEXFLAGS += -std=c++11
USEMODULE += cpp11-compat
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -16,6 +16,8 @@ USEMODULE += cpp11-compat
USEMODULE += xtimer
USEMODULE += timex
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -7,4 +7,6 @@ USEMODULE += event_timeout
test:
tests/01-run.py
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
USEMODULE += evtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -7,6 +7,8 @@ ifneq (,$(filter native,$(BOARD)))
CFLAGS += -DTEST_ITER=100000000
endif
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -14,6 +14,8 @@ CFLAGS += -DGNRC_NETTYPE_NDP=GNRC_NETTYPE_TEST
CFLAGS += -DGNRC_PKTBUF_SIZE=512
CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -17,6 +17,8 @@ CFLAGS += -DGNRC_NETTYPE_NDP=GNRC_NETTYPE_TEST
CFLAGS += -DGNRC_PKTBUF_SIZE=512
CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -13,6 +13,8 @@ CFLAGS += -DGNRC_NETTYPE_NDP=GNRC_NETTYPE_TEST
CFLAGS += -DGNRC_PKTBUF_SIZE=512
CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -9,6 +9,8 @@ USEMODULE += ps
CFLAGS += -DGNRC_PKTBUF_SIZE=200
CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -10,6 +10,8 @@ USEMODULE += ps
CFLAGS += -DGNRC_PKTBUF_SIZE=400
CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -5,6 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += auto_init
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -3,6 +3,8 @@ include ../Makefile.tests_common
USEPKG += libfixmath
USEMODULE += libfixmath
TEST_ON_CI_WHITELIST += native
include $(RIOTBASE)/Makefile.include
test:

View File

@ -37,6 +37,8 @@ DISABLE_MODULE += auto_init
CFLAGS += -DSO_REUSE
CFLAGS += -DLWIP_SO_RCVTIMEO
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -5,4 +5,6 @@ DISABLE_MODULE += auto_init
test:
tests/01-run.py
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -19,6 +19,8 @@ USEMODULE += od
CFLAGS += -DGNRC_PKTBUF_SIZE=200
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -10,6 +10,8 @@ USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sock_udp
USEMODULE += nhdp
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -3,6 +3,8 @@ include ../Makefile.tests_common
USEMODULE += od
# USEMODULE += od_string
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_timer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEPKG += jsmn
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -13,6 +13,8 @@ USEMODULE += gnrc_ipv6
USEMODULE += gnrc_sock_udp
USEPKG += libcoap
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ FEATURES_REQUIRED = periph_hwrng
USEPKG += micro-ecc
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -3,6 +3,8 @@ include ../Makefile.tests_common
USEMODULE += hashes
USEPKG += micro-ecc
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -5,6 +5,8 @@ USEPKG += minmea
# The MSP-430 toolchain lacks mktime and NAN
BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEPKG += tiny-asn1
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -7,6 +7,8 @@ USEPKG += umorse
UMORSE_DELAY_DIT ?= 120
CFLAGS += -DUMORSE_DELAY_DIT=$(UMORSE_DELAY_DIT)
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += posix_time
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -9,6 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
USEMODULE += posix
USEMODULE += pthread
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -14,6 +14,8 @@ USEMODULE += pthread
USEMODULE += random
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -8,6 +8,8 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
USEMODULE += pthread
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -14,6 +14,8 @@ USEMODULE += xtimer
CFLAGS += -DNATIVE_AUTO_EXIT
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -11,6 +11,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += posix
USEMODULE += pthread
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -9,6 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
USEMODULE += posix
USEMODULE += pthread
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -15,6 +15,8 @@ USEMODULE += xtimer
FEATURES_OPTIONAL += periph_hwrng
TEST_ON_CI_WHITELIST += native
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -10,6 +10,8 @@ DISABLE_MODULE += auto_init
# chronos is missing a getchar implementation
BOARD_BLACKLIST += chronos
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -8,6 +8,8 @@ include ../Makefile.tests_common
# enabled by defaule:
# DISABLE_MODULE += core_msg
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -7,6 +7,8 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
USEMODULE += ssp
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -3,6 +3,8 @@ include ../Makefile.tests_common
USEMODULE += core_thread_flags
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += trickle
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -10,6 +10,8 @@ BOARD_WHITELIST := stm32f4discovery
# user application.
FEATURES_REQUIRED = periph_dac periph_spi
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -5,4 +5,6 @@ USEMODULE += xtimer
test:
tests/01-run.py
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include

View File

@ -4,6 +4,8 @@ BOARD_INSUFFICIENT_MEMORY := chronos
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test:

View File

@ -2,6 +2,8 @@ include ../Makefile.tests_common
USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include
test: