Skip to content

Commit

Permalink
tests/lua_loader: remove deprecated test target
Browse files Browse the repository at this point in the history
The test target is now defined in the common `Makefile.include`.
This removes the warning

    Makefile: warning: overriding recipe for target 'test'
    Makefile.include: warning: ignoring old recipe for target 'test'
  • Loading branch information
cladmi committed Jun 13, 2019
1 parent d5bdb5d commit 224372d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/lua_loader/Makefile
Expand Up @@ -11,6 +11,3 @@ ifneq ($(BOARD),native)
endif

include $(RIOTBASE)/Makefile.include

test:
tests/01-run.py

0 comments on commit 224372d

Please sign in to comment.