mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #1052 from Kijewski/test_nativenet-only-native
test_nativenet is only useful for native ...
This commit is contained in:
commit
459599eef5
@ -1,6 +1,8 @@
|
||||
export PROJECT = test_nativenet
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_WHITELIST := native
|
||||
|
||||
ifeq (,$(filter native,$(BOARD)))
|
||||
include $(RIOTBASE)/Makefile.unsupported
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user