1
0
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:
Christian Mehlis 2014-04-26 15:44:02 +02:00
commit 459599eef5

View File

@ -1,6 +1,8 @@
export PROJECT = test_nativenet
include ../Makefile.tests_common
BOARD_WHITELIST := native
ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else