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
19 lines
381 B
Makefile
19 lines
381 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/sensinode \
|
|
hello-world/cc2530dk \
|
|
sensinode/sensinode \
|
|
sensinode/border-router/sensinode \
|
|
sensinode/udp-ipv6/sensinode \
|
|
sensinode/sniffer/sensinode \
|
|
cc2530dk/cc2530dk \
|
|
cc2530dk/border-router/cc2530dk \
|
|
cc2530dk/udp-ipv6/cc2530dk \
|
|
cc2530dk/sniffer/cc2530dk \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|