From d56dfde0068a0e9f9a7ca7d0a9aa3d37069f003b Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Wed, 13 Dec 2017 23:18:01 +0000 Subject: [PATCH] Compile-test the data structure library example Adds compile tests for native, sky, zoul, nrf52dk --- tests/01-compile-base/Makefile | 2 ++ tests/02-compile-arm-ports-01/Makefile | 1 + tests/03-compile-arm-ports-02/Makefile | 1 + 3 files changed, 4 insertions(+) diff --git a/tests/01-compile-base/Makefile b/tests/01-compile-base/Makefile index dee315dfd..78efc6411 100644 --- a/tests/01-compile-base/Makefile +++ b/tests/01-compile-base/Makefile @@ -10,6 +10,8 @@ multicast/sky \ libs/logging/native \ libs/energest/native \ libs/energest/sky \ +libs/data-structures/native \ +libs/data-structures/sky \ rpl-udp/sky \ rpl-border-router/native \ rpl-border-router/sky \ diff --git a/tests/02-compile-arm-ports-01/Makefile b/tests/02-compile-arm-ports-01/Makefile index 7b83165cf..b54acc303 100644 --- a/tests/02-compile-arm-ports-01/Makefile +++ b/tests/02-compile-arm-ports-01/Makefile @@ -34,6 +34,7 @@ platform-specific/nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_ADDR=ffff \ platform-specific/nrf52dk/mqtt-demo/nrf52dk \ platform-specific/nrf52dk/blink-hello/nrf52dk \ platform-specific/nrf52dk/timer-test/nrf52dk \ +libs/data-structures/nrf52dk \ libs/logging/nrf52dk TOOLS= diff --git a/tests/03-compile-arm-ports-02/Makefile b/tests/03-compile-arm-ports-02/Makefile index 62b0ad084..25345e14c 100644 --- a/tests/03-compile-arm-ports-02/Makefile +++ b/tests/03-compile-arm-ports-02/Makefile @@ -26,6 +26,7 @@ http-socket/zoul \ libs/timers/zoul \ libs/energest/zoul \ libs/trickle-library/zoul \ +libs/data-structures/zoul \ nullnet/zoul \ slip-radio/zoul \ storage/cfs-coffee/openmote-cc2538 \