From b632064f3d0be57d7333c1838b91c7f75f887e94 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Tue, 27 Feb 2018 23:11:59 +0000 Subject: [PATCH] Compile-test zoul examples --- tests/03-compile-arm-ports-02/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/03-compile-arm-ports-02/Makefile b/tests/03-compile-arm-ports-02/Makefile index 454c5d161..6aca008db 100644 --- a/tests/03-compile-arm-ports-02/Makefile +++ b/tests/03-compile-arm-ports-02/Makefile @@ -8,6 +8,10 @@ platform-specific/cc2538-common/mqtt-demo/zoul \ platform-specific/cc2538-common/crypto/zoul \ platform-specific/cc2538-common/pka/zoul \ platform-specific/zoul/orion/ip64-router/zoul:BOARD=orion \ +platform-specific/zoul/rev-b/zoul:BOARD=remote-revb \ +platform-specific/zoul/at-test/zoul \ +platform-specific/zoul/rtcc/zoul \ +platform-specific/zoul/zoul \ coap/zoul \ ipso-objects/zoul \ ipso-objects/zoul:MAKE_WITH_DTLS=1 \