3446cee85b
* The previous 01-compile test has been renamed to compile-base. It now only tests {msp430, avr, native}-based platforms * New test builds for arm-based and 8051-based ports (one build per arch) * Only install arm-none-eabi, sdcc and srecord for the builds which need them. This will somewhat speed up all other tests * Test er-rest-example and webserver-ipv6 for the cc2538 * An erroneous comment was fixed and another comment was somewhat clarified
40 lines
706 B
Makefile
40 lines
706 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/avr-raven \
|
|
hello-world/esb \
|
|
hello-world/exp5438 \
|
|
hello-world/micaz \
|
|
hello-world/minimal-net \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
hello-world/wismote \
|
|
hello-world/z1 \
|
|
eeprom-test/native \
|
|
collect/sky \
|
|
er-rest-example/sky \
|
|
example-shell/native \
|
|
netperf/sky \
|
|
powertrace/sky \
|
|
rime/sky \
|
|
rime/z1 \
|
|
ravenusbstick/avr-ravenusb \
|
|
rest-example/sky \
|
|
servreg-hack/sky \
|
|
sky/sky \
|
|
sky-ip/sky \
|
|
sky-shell/sky \
|
|
sky-shell-exec/sky \
|
|
sky-shell-webserver/sky \
|
|
telnet-server/minimal-net \
|
|
webserver/minimal-net \
|
|
webserver-ipv6/sky \
|
|
wget/minimal-net \
|
|
z1/z1 \
|
|
settings-example/avr-raven \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|