Skip to content
Snippets Groups Projects
Commit 472bd0ae authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests: remove obsolete local test targets

parent adb25fb0
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 60 deletions
...@@ -7,6 +7,3 @@ USEMODULE += xtimer ...@@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -7,6 +7,3 @@ USEMODULE += xtimer ...@@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -5,6 +5,3 @@ USEMODULE += xtimer ...@@ -5,6 +5,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -8,6 +8,3 @@ USEMODULE += xtimer ...@@ -8,6 +8,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -7,6 +7,3 @@ USEMODULE += xtimer ...@@ -7,6 +7,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -5,6 +5,3 @@ USEMODULE += xtimer ...@@ -5,6 +5,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -13,6 +13,3 @@ DISABLE_MODULE += auto_init ...@@ -13,6 +13,3 @@ DISABLE_MODULE += auto_init
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -6,6 +6,3 @@ USEMODULE += xtimer ...@@ -6,6 +6,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -5,6 +5,3 @@ USEMODULE += cb_mux ...@@ -5,6 +5,3 @@ USEMODULE += cb_mux
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
./tests/01-run.py
...@@ -6,6 +6,3 @@ USEMODULE += cb_mux \ ...@@ -6,6 +6,3 @@ USEMODULE += cb_mux \
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
./tests/01-run.py
...@@ -19,6 +19,3 @@ USEMODULE += cbor_float ...@@ -19,6 +19,3 @@ USEMODULE += cbor_float
USEMODULE += cbor_semantic_tagging USEMODULE += cbor_semantic_tagging
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -19,6 +19,3 @@ USEMODULE += timex ...@@ -19,6 +19,3 @@ USEMODULE += timex
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -18,6 +18,3 @@ USEMODULE += xtimer ...@@ -18,6 +18,3 @@ USEMODULE += xtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -19,6 +19,3 @@ USEMODULE += timex ...@@ -19,6 +19,3 @@ USEMODULE += timex
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -5,6 +5,3 @@ USEMODULE += embunit ...@@ -5,6 +5,3 @@ USEMODULE += embunit
USEMODULE += xtimer USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -13,7 +13,4 @@ CFLAGS += -DGROVE_LEDBAR_CLK=$(TEST_GROVE_LEDBAR_CLK) ...@@ -13,7 +13,4 @@ CFLAGS += -DGROVE_LEDBAR_CLK=$(TEST_GROVE_LEDBAR_CLK)
CFLAGS += -DGROVE_LEDBAR_DAT=$(TEST_GROVE_LEDBAR_DAT) CFLAGS += -DGROVE_LEDBAR_DAT=$(TEST_GROVE_LEDBAR_DAT)
CFLAGS += -DGROVE_LEDBAR_DIR=$(TEST_GROVE_LEDBAR_DIR) CFLAGS += -DGROVE_LEDBAR_DIR=$(TEST_GROVE_LEDBAR_DIR)
test:
tests/01-run.py
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
...@@ -8,7 +8,4 @@ FEATURES_REQUIRED += arduino ...@@ -8,7 +8,4 @@ FEATURES_REQUIRED += arduino
USEMODULE += hd44780 USEMODULE += hd44780
test:
tests/01-run.py
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
...@@ -15,7 +15,4 @@ CFLAGS += -DTEST_MY9221_DAT=$(TEST_MY9221_DAT) ...@@ -15,7 +15,4 @@ CFLAGS += -DTEST_MY9221_DAT=$(TEST_MY9221_DAT)
CFLAGS += -DTEST_MY9221_DIR=$(TEST_MY9221_DIR) CFLAGS += -DTEST_MY9221_DIR=$(TEST_MY9221_DIR)
CFLAGS += -DTEST_MY9221_NUM=$(TEST_MY9221_NUM) CFLAGS += -DTEST_MY9221_NUM=$(TEST_MY9221_NUM)
test:
tests/01-run.py
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
...@@ -4,9 +4,6 @@ FORCE_ASSERTS = 1 ...@@ -4,9 +4,6 @@ FORCE_ASSERTS = 1
USEMODULE += event_callback USEMODULE += event_callback
USEMODULE += event_timeout USEMODULE += event_timeout
test:
tests/01-run.py
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
...@@ -7,6 +7,3 @@ USEMODULE += evtimer ...@@ -7,6 +7,3 @@ USEMODULE += evtimer
TEST_ON_CI_WHITELIST += all TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment