From 1b0bc03036dc68b359b28fe1c284250510269c4e Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 13 Dec 2017 11:23:45 +0100 Subject: [PATCH] Added compile test for NullNet on Native --- tests/01-compile-base/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/01-compile-base/Makefile b/tests/01-compile-base/Makefile index b02e202cd..45c3fd727 100644 --- a/tests/01-compile-base/Makefile +++ b/tests/01-compile-base/Makefile @@ -3,6 +3,7 @@ TOOLSDIR=../../tools EXAMPLES = \ hello-world/native \ +hello-world/native:MAKE_NET=MAKE_NET_NULLNET \ hello-world/sky \ storage/eeprom-test/native \ multicast/sky \