Skip to content

Commit

Permalink
Merge pull request #10887 from aabadie/pr/make/distclean_cleanup
Browse files Browse the repository at this point in the history
tests: remove leftover test targets in test application makefiles
  • Loading branch information
aabadie authored Jan 28, 2019
2 parents caa1d0b + 9bf82ec commit 782b181
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/cond_order/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions tests/pkg_cmsis-dsp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ BOARD_WHITELIST := \
#

include $(RIOTBASE)/Makefile.include

test:
$(CURDIR)/tests/01-run.py
3 changes: 0 additions & 3 deletions tests/pkg_lora-serialization/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ USEPKG += lora-serialization

TEST_ON_CI_WHITELIST += all
include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py

0 comments on commit 782b181

Please sign in to comment.