Contiki regression tests, grouped into categories
This commit is contained in:
parent
451b18273e
commit
15d2c10633
39
regression-tests/01-compile/Makefile
Normal file
39
regression-tests/01-compile/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
EXAMPLESDIR=../../examples
|
||||||
|
TOOLSDIR=../../tools
|
||||||
|
|
||||||
|
EXAMPLES = \
|
||||||
|
hello-world/avr-raven \
|
||||||
|
hello-world/econotag \
|
||||||
|
hello-world/esb \
|
||||||
|
hello-world/exp5438 \
|
||||||
|
hello-world/mb851 \
|
||||||
|
hello-world/micaz \
|
||||||
|
hello-world/minimal-net \
|
||||||
|
hello-world/native \
|
||||||
|
hello-world/sky \
|
||||||
|
hello-world/wismote \
|
||||||
|
hello-world/z1 \
|
||||||
|
collect/sky \
|
||||||
|
er-rest-example/sky \
|
||||||
|
example-shell/native \
|
||||||
|
netperf/sky \
|
||||||
|
powertrace/sky \
|
||||||
|
rime/sky \
|
||||||
|
rime/z1 \
|
||||||
|
rime/wismote \
|
||||||
|
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
|
||||||
|
|
||||||
|
TOOLS=
|
||||||
|
|
||||||
|
include ../Makefile.compile-test
|
1
regression-tests/02-hello-world/Makefile
Normal file
1
regression-tests/02-hello-world/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/03-base/Makefile
Normal file
1
regression-tests/03-base/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/04-rime/Makefile
Normal file
1
regression-tests/04-rime/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/05-netperf/Makefile
Normal file
1
regression-tests/05-netperf/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/06-shell/Makefile
Normal file
1
regression-tests/06-shell/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/07-elfloader/Makefile
Normal file
1
regression-tests/07-elfloader/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/08-collect/Makefile
Normal file
1
regression-tests/08-collect/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/09-ipv4/Makefile
Normal file
1
regression-tests/09-ipv4/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/10-ipv6/Makefile
Normal file
1
regression-tests/10-ipv6/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/11-rpl/Makefile
Normal file
1
regression-tests/11-rpl/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
1
regression-tests/12-ipv6-apps/Makefile
Normal file
1
regression-tests/12-ipv6-apps/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
Loading…
Reference in a new issue