mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tests: remove obsolete local test targets
This commit is contained in:
parent
adb25fb075
commit
472bd0ae01
@ -7,6 +7,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -13,6 +13,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -6,6 +6,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += cb_mux
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -6,6 +6,3 @@ USEMODULE += cb_mux \
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -19,6 +19,3 @@ USEMODULE += cbor_float
|
||||
USEMODULE += cbor_semantic_tagging
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -19,6 +19,3 @@ USEMODULE += timex
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -18,6 +18,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -19,6 +19,3 @@ USEMODULE += timex
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += embunit
|
||||
USEMODULE += xtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -13,7 +13,4 @@ CFLAGS += -DGROVE_LEDBAR_CLK=$(TEST_GROVE_LEDBAR_CLK)
|
||||
CFLAGS += -DGROVE_LEDBAR_DAT=$(TEST_GROVE_LEDBAR_DAT)
|
||||
CFLAGS += -DGROVE_LEDBAR_DIR=$(TEST_GROVE_LEDBAR_DIR)
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -8,7 +8,4 @@ FEATURES_REQUIRED += arduino
|
||||
|
||||
USEMODULE += hd44780
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -15,7 +15,4 @@ CFLAGS += -DTEST_MY9221_DAT=$(TEST_MY9221_DAT)
|
||||
CFLAGS += -DTEST_MY9221_DIR=$(TEST_MY9221_DIR)
|
||||
CFLAGS += -DTEST_MY9221_NUM=$(TEST_MY9221_NUM)
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -4,9 +4,6 @@ FORCE_ASSERTS = 1
|
||||
USEMODULE += event_callback
|
||||
USEMODULE += event_timeout
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += evtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += evtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -10,6 +10,3 @@ endif
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += fmt
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -25,8 +25,6 @@ CFLAGS += -DGNRC_NETIF_IPV6_ADDRS_NUMOF=3
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
# Note: The test can check more things with ENABLE_DEBUG set to 1 in gnrc_ipv6.c
|
||||
|
||||
# The test can check more things with ENABLE_DEBUG set to 1 in gnrc_ipv6.c
|
||||
test:
|
||||
tests/01-run.py
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -18,6 +18,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -21,6 +21,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -17,6 +17,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -37,6 +37,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -22,6 +22,3 @@ USEMODULE += gnrc_pktdump
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -13,6 +13,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -14,6 +14,3 @@ CFLAGS += -DTEST_SUITES
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/test.py
|
||||
|
@ -41,7 +41,3 @@ test-newlib: $(ELFFILE)
|
||||
fi
|
||||
|
||||
compile-test: $(COMPILE_TESTS)
|
||||
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -6,6 +6,3 @@ USEMODULE += libfixmath
|
||||
TEST_ON_CI_WHITELIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -20,6 +20,3 @@ USEMODULE += printf_float
|
||||
TEST_ON_CI_WHITELIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -21,10 +21,13 @@ USEMODULE += ps
|
||||
USEMODULE += od
|
||||
USEMODULE += netdev_default
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
ifeq ($(BOARD),native)
|
||||
USEMODULE += lwip_ethernet
|
||||
endif
|
||||
|
||||
# Test only implemented for native
|
||||
ifeq ($(BOARD),native)
|
||||
test:
|
||||
./tests/01-run.py
|
||||
ifneq ($(BOARD),native)
|
||||
TESTS=
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -41,6 +41,3 @@ CFLAGS += -DLWIP_SO_RCVTIMEO
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -42,6 +42,3 @@ CFLAGS += -DLWIP_NETIF_LOOPBACK=1
|
||||
CFLAGS += -DLWIP_HAVE_LOOPIF=1
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -39,6 +39,3 @@ CFLAGS += -DSO_REUSE
|
||||
CFLAGS += -DLWIP_SO_RCVTIMEO
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -2,9 +2,6 @@ include ../Makefile.tests_common
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -5,6 +5,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -22,6 +22,3 @@ CFLAGS += -DGNRC_PKTBUF_SIZE=200
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -16,6 +16,3 @@ USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += netstats_l2
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -14,6 +14,3 @@ USEMODULE += nhdp
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,11 +5,10 @@ USEMODULE += od
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
ifeq (,$(filter od_string,$(USEMODULE)))
|
||||
tests/01-run.py
|
||||
TESTS=$(APPDIR)/tests/01-run.py
|
||||
else
|
||||
tests/02-run.py
|
||||
TESTS=$(APPDIR)/tests/02-run.py
|
||||
endif
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -7,6 +7,3 @@ FEATURES_REQUIRED = periph_timer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -9,6 +9,3 @@ USEMODULE += pipe
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEPKG += cayenne-lpp
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -47,6 +47,8 @@ BOARD_WHITELIST := airfy-beacon arduino-due arduino-duemilanove arduino-mega2560
|
||||
stm32f3discovery stm32f4discovery udoo waspmote-pro \
|
||||
yunjia-nrf51822 native
|
||||
|
||||
TEST_DEPS += image
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
image:
|
||||
@ -55,6 +57,3 @@ image:
|
||||
#this generates a compressed fat image file that can be used by the fat driver on native
|
||||
compressed-image:
|
||||
@./create_fat_image_file.sh $(FATFS_IMAGE_FILE_SIZE_MIB)
|
||||
|
||||
test: image
|
||||
./tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEPKG += jsmn
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -17,6 +17,3 @@ USEPKG += libcoap
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ USEPKG += micro-ecc
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ USEPKG += micro-ecc
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -16,6 +16,3 @@ BOARD_BLACKLIST += arduino-duemilanove \
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -16,6 +16,3 @@ USEPKG += monocypher
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -9,6 +9,3 @@ USEPKG += tiny-asn1
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -11,6 +11,3 @@ USEPKG += tinycbor
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -10,6 +10,3 @@ USEPKG += tinycrypt
|
||||
USEMODULE = fmt
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -60,6 +60,3 @@ CFLAGS += -DTEST_PIN_RESET=$(TEST_PIN_RESET)
|
||||
CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -43,6 +43,3 @@ CFLAGS += -DTEST_DISPLAY=$(TEST_DISPLAY)
|
||||
CFLAGS += -DTEST_DISPLAY_EXT=$(TEST_DISPLAY_EXT)
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -10,6 +10,3 @@ CFLAGS += -DUMORSE_DELAY_DIT=$(UMORSE_DELAY_DIT)
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -15,6 +15,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += posix_time
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -15,6 +15,3 @@ USEMODULE += printf_float
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -12,6 +12,3 @@ USEMODULE += pthread
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -17,6 +17,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -11,6 +11,3 @@ USEMODULE += pthread
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -17,6 +17,3 @@ CFLAGS += -DNATIVE_AUTO_EXIT
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -14,6 +14,3 @@ USEMODULE += pthread
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -16,6 +16,3 @@ BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo-f031k6 \
|
||||
stm32f0discovery
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -12,6 +12,3 @@ USEMODULE += pthread
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -18,6 +18,3 @@ FEATURES_OPTIONAL += periph_hwrng
|
||||
TEST_ON_CI_WHITELIST += native
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -13,6 +13,3 @@ BOARD_BLACKLIST += chronos
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -11,6 +11,3 @@ include ../Makefile.tests_common
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -13,6 +13,3 @@ CFLAGS += -DDEVELHELP
|
||||
TERMFLAGS ?= -z [::1]:17754
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -11,6 +11,3 @@ USEMODULE += ssp
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -11,6 +11,3 @@ 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:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -22,7 +22,4 @@ CFLAGS += -DPROBLEM=$(PROBLEM)
|
||||
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -7,6 +7,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -6,6 +6,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -8,6 +8,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -6,6 +6,3 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ DISABLE_MODULE += auto_init
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -9,8 +9,3 @@ BOARD_WHITELIST := native
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`.
|
||||
# So clears `TERMFLAGS` before run.
|
||||
TERMFLAGS= tests/01-run.py
|
||||
|
@ -5,6 +5,3 @@ USEMODULE += trickle
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -269,6 +269,3 @@ ifeq (, $(UNIT_TESTS))
|
||||
else
|
||||
CFLAGS += -DTEST_SUITES='$(subst $() $(),$(charCOMMA),$(UNIT_TESTS:tests-%=%))'
|
||||
endif
|
||||
|
||||
test:
|
||||
./tests/01-run.py
|
||||
|
@ -13,6 +13,3 @@ FEATURES_REQUIRED = periph_dac periph_spi
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-make.py
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
@ -7,6 +7,3 @@ USEMODULE += xtimer
|
||||
TEST_ON_CI_WHITELIST += all
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
tests/01-run.py
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user