Skip to content

Commit

Permalink
tests: remove obsolete local test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 7, 2018
1 parent adb25fb commit 472bd0a
Show file tree
Hide file tree
Showing 107 changed files with 15 additions and 328 deletions.
3 changes: 0 additions & 3 deletions tests/bench_msg_pingpong/Makefile
Expand Up @@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bench_mutex_pingpong/Makefile
Expand Up @@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bench_sched_nop/Makefile
Expand Up @@ -5,6 +5,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bench_thread_flags_pingpong/Makefile
Expand Up @@ -8,6 +8,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bench_thread_yield_pingpong/Makefile
Expand Up @@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bitarithm_timings/Makefile
Expand Up @@ -5,6 +5,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/bloom_bytes/Makefile
Expand Up @@ -13,6 +13,3 @@ DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/buttons/Makefile
Expand Up @@ -6,6 +6,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cb_mux/Makefile
Expand Up @@ -5,6 +5,3 @@ USEMODULE += cb_mux
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cb_mux_bench/Makefile
Expand Up @@ -6,6 +6,3 @@ USEMODULE += cb_mux \
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cbor/Makefile
Expand Up @@ -19,6 +19,3 @@ USEMODULE += cbor_float
USEMODULE += cbor_semantic_tagging

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cpp11_condition_variable/Makefile
Expand Up @@ -19,6 +19,3 @@ USEMODULE += timex
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cpp11_mutex/Makefile
Expand Up @@ -18,6 +18,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/cpp11_thread/Makefile
Expand Up @@ -19,6 +19,3 @@ USEMODULE += timex
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/driver_ds1307/Makefile
Expand Up @@ -5,6 +5,3 @@ USEMODULE += embunit
USEMODULE += xtimer

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/driver_grove_ledbar/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/driver_hd44780/Makefile
Expand Up @@ -8,7 +8,4 @@ FEATURES_REQUIRED += arduino

USEMODULE += hd44780

test:
tests/01-run.py

include $(RIOTBASE)/Makefile.include
3 changes: 0 additions & 3 deletions tests/driver_my9221/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/events/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/evtimer_msg/Makefile
Expand Up @@ -7,6 +7,3 @@ USEMODULE += evtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/evtimer_underflow/Makefile
Expand Up @@ -7,6 +7,3 @@ USEMODULE += evtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/float/Makefile
Expand Up @@ -10,6 +10,3 @@ endif
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/fmt_print/Makefile
Expand Up @@ -5,6 +5,3 @@ USEMODULE += fmt
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
6 changes: 2 additions & 4 deletions tests/gnrc_ipv6_ext/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/gnrc_ipv6_nib/Makefile
Expand Up @@ -18,6 +18,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_ipv6_nib_6ln/Makefile
Expand Up @@ -21,6 +21,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_ndp/Makefile
Expand Up @@ -17,6 +17,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_netif/Makefile
Expand Up @@ -37,6 +37,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_sixlowpan/Makefile
Expand Up @@ -22,6 +22,3 @@ USEMODULE += gnrc_pktdump
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_sock_ip/Makefile
Expand Up @@ -13,6 +13,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/gnrc_sock_udp/Makefile
Expand Up @@ -14,6 +14,3 @@ CFLAGS += -DTEST_SUITES
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/irq/Makefile
Expand Up @@ -8,6 +8,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/isr_yield_higher/Makefile
Expand Up @@ -8,6 +8,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/test.py
4 changes: 0 additions & 4 deletions tests/libc_newlib/Makefile
Expand Up @@ -41,7 +41,3 @@ test-newlib: $(ELFFILE)
fi

compile-test: $(COMPILE_TESTS)


test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/libfixmath/Makefile
Expand Up @@ -6,6 +6,3 @@ USEMODULE += libfixmath
TEST_ON_CI_WHITELIST += native

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/libfixmath_unittests/Makefile
Expand Up @@ -20,6 +20,3 @@ USEMODULE += printf_float
TEST_ON_CI_WHITELIST += native

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
11 changes: 7 additions & 4 deletions tests/lwip/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/lwip_sock_ip/Makefile
Expand Up @@ -41,6 +41,3 @@ CFLAGS += -DLWIP_SO_RCVTIMEO
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/lwip_sock_tcp/Makefile
Expand Up @@ -42,6 +42,3 @@ CFLAGS += -DLWIP_NETIF_LOOPBACK=1
CFLAGS += -DLWIP_HAVE_LOOPIF=1

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/lwip_sock_udp/Makefile
Expand Up @@ -39,6 +39,3 @@ CFLAGS += -DSO_REUSE
CFLAGS += -DLWIP_SO_RCVTIMEO

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/msg_avail/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/msg_send_receive/Makefile
Expand Up @@ -5,6 +5,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
./tests/01-run.py
3 changes: 0 additions & 3 deletions tests/msg_try_receive/Makefile
Expand Up @@ -5,6 +5,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/mutex_order/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/mutex_unlock_and_sleep/Makefile
Expand Up @@ -5,6 +5,3 @@ DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/netdev_test/Makefile
Expand Up @@ -22,6 +22,3 @@ CFLAGS += -DGNRC_PKTBUF_SIZE=200
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/netstats_l2/Makefile
Expand Up @@ -16,6 +16,3 @@ USEMODULE += auto_init_gnrc_netif
USEMODULE += netstats_l2

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/nhdp/Makefile
Expand Up @@ -14,6 +14,3 @@ USEMODULE += nhdp
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
9 changes: 4 additions & 5 deletions tests/od/Makefile
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/periph_timer/Makefile
Expand Up @@ -7,6 +7,3 @@ FEATURES_REQUIRED = periph_timer
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/pipe/Makefile
Expand Up @@ -9,6 +9,3 @@ USEMODULE += pipe
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py
3 changes: 0 additions & 3 deletions tests/pkg_cayenne-lpp/Makefile
Expand Up @@ -5,6 +5,3 @@ USEPKG += cayenne-lpp
TEST_ON_CI_WHITELIST += all

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py

0 comments on commit 472bd0a

Please sign in to comment.