nes-proj/tests/01-compile-base/Makefile
George Oikonomou d56dfde006 Compile-test the data structure library example
Adds compile tests for native, sky, zoul, nrf52dk
2017-12-13 23:18:01 +00:00

24 lines
456 B
Makefile

EXAMPLESDIR=../../examples
TOOLSDIR=../../tools
EXAMPLES = \
hello-world/native \
hello-world/native:MAKE_NET=MAKE_NET_NULLNET \
hello-world/sky \
storage/eeprom-test/native \
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 \
slip-radio/sky \
nullnet/native \
TOOLS=
include ../Makefile.compile-test