Merge pull request #7766 from cladmi/pr/test_lwip_native
tests/lwip: only enable test for native board
This commit is contained in:
commit
1cad16bfaf
@ -27,5 +27,8 @@ endif
|
|||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
# Test only implemented for native
|
||||||
|
ifeq ($(BOARD),native)
|
||||||
test:
|
test:
|
||||||
./tests/01-run.py
|
./tests/01-run.py
|
||||||
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user