Compile-test the data structure library example

Adds compile tests for native, sky, zoul, nrf52dk
This commit is contained in:
George Oikonomou 2017-12-13 23:18:01 +00:00
parent 5919f120a5
commit d56dfde006
3 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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=

View File

@ -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 \