diff --git a/tests/cond_order/Makefile b/tests/cond_order/Makefile index cb1d0679dcd5f3a6d9f0ee1873416b804365b6c1..7cdd103ac7694474ddcb3a5e869886f9d21df787 100644 --- a/tests/cond_order/Makefile +++ b/tests/cond_order/Makefile @@ -6,6 +6,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f0 nucleo-l031k6 nucleo-l053r8 include $(RIOTBASE)/Makefile.include - -test: - tests/01-run.py diff --git a/tests/pkg_cmsis-dsp/Makefile b/tests/pkg_cmsis-dsp/Makefile index 51ca6aea4e9a3ad28cf9257613f8a9328f9b94e1..be305bc0ca49abae4d29c94fa41220e60a97b01d 100644 --- a/tests/pkg_cmsis-dsp/Makefile +++ b/tests/pkg_cmsis-dsp/Makefile @@ -36,6 +36,3 @@ BOARD_WHITELIST := \ # include $(RIOTBASE)/Makefile.include - -test: - $(CURDIR)/tests/01-run.py diff --git a/tests/pkg_lora-serialization/Makefile b/tests/pkg_lora-serialization/Makefile index 022a589273ebf48926b77c42c9406296b43b40bd..c6434a8bcc1dde3f8e22d3673639f91ce72a043e 100644 --- a/tests/pkg_lora-serialization/Makefile +++ b/tests/pkg_lora-serialization/Makefile @@ -4,6 +4,3 @@ USEPKG += lora-serialization TEST_ON_CI_WHITELIST += all include $(RIOTBASE)/Makefile.include - -test: - tests/01-run.py