Skip to content
Snippets Groups Projects
Unverified Commit 782b181b authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #10887 from aabadie/pr/make/distclean_cleanup

tests: remove leftover test targets in test application makefiles
parents caa1d0b8 9bf82ecd
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f0 ...@@ -6,6 +6,3 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f0
nucleo-l031k6 nucleo-l053r8 nucleo-l031k6 nucleo-l053r8
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py
...@@ -36,6 +36,3 @@ BOARD_WHITELIST := \ ...@@ -36,6 +36,3 @@ BOARD_WHITELIST := \
# #
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test:
$(CURDIR)/tests/01-run.py
...@@ -4,6 +4,3 @@ USEPKG += lora-serialization ...@@ -4,6 +4,3 @@ USEPKG += lora-serialization
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