Merge pull request #172 from adamdunkels/feature-split-collect-regression-test
Regression tests: split the collect test into two, moved armgcc download location
This commit is contained in:
commit
adf401bbad
|
@ -10,7 +10,7 @@ before_script:
|
||||||
- "sudo apt-get -qq install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 || true"
|
- "sudo apt-get -qq install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 || true"
|
||||||
## Install toolchain for mc1233x in care-free way
|
## Install toolchain for mc1233x in care-free way
|
||||||
- "[ $BUILD_TYPE = compile ] && curl -s \
|
- "[ $BUILD_TYPE = compile ] && curl -s \
|
||||||
https://sourcery.mentor.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-66-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 \
|
http://adamdunkels.github.com/contiki-fork/arm-2008q3-66-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 \
|
||||||
| tar xjf - -C /tmp/ && sudo cp -f -r /tmp/arm-2008q3/* /usr/ && rm -rf /tmp/arm-2008q3 && arm-none-eabi-gcc --version || true"
|
| tar xjf - -C /tmp/ && sudo cp -f -r /tmp/arm-2008q3/* /usr/ && rm -rf /tmp/arm-2008q3 && arm-none-eabi-gcc --version || true"
|
||||||
## Install SDCC from a purpose-built bundle
|
## Install SDCC from a purpose-built bundle
|
||||||
- "[ $BUILD_TYPE = compile ] && curl -s \
|
- "[ $BUILD_TYPE = compile ] && curl -s \
|
||||||
|
@ -40,6 +40,7 @@ env:
|
||||||
## of environment variable defined below
|
## of environment variable defined below
|
||||||
- BUILD_TYPE='compile'
|
- BUILD_TYPE='compile'
|
||||||
- BUILD_TYPE='collect' MAKE_TARGETS='cooja'
|
- BUILD_TYPE='collect' MAKE_TARGETS='cooja'
|
||||||
|
- BUILD_TYPE='collect-lossy' MAKE_TARGETS='cooja'
|
||||||
- BUILD_TYPE='rpl' MAKE_TARGETS='cooja'
|
- BUILD_TYPE='rpl' MAKE_TARGETS='cooja'
|
||||||
- BUILD_TYPE='rime' MAKE_TARGETS='cooja'
|
- BUILD_TYPE='rime' MAKE_TARGETS='cooja'
|
||||||
- BUILD_TYPE='ipv6' MAKE_TARGETS='cooja'
|
- BUILD_TYPE='ipv6' MAKE_TARGETS='cooja'
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype346</identifier>
|
<identifier>mtype346</identifier>
|
||||||
<description>Cooja Mote Type #1</description>
|
<description>Cooja Mote Type #1</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/04-rime/code/trickle-node.c</source>
|
<source>[CONFIG_DIR]/code/trickle-node.c</source>
|
||||||
<commands>make trickle-node.cooja TARGET=cooja</commands>
|
<commands>make trickle-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype140</identifier>
|
<identifier>mtype140</identifier>
|
||||||
<description>Cooja Mote Type #1</description>
|
<description>Cooja Mote Type #1</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/04-rime/code/mesh-node.c</source>
|
<source>[CONFIG_DIR]/code/mesh-node.c</source>
|
||||||
<commands>make mesh-node.cooja TARGET=cooja</commands>
|
<commands>make mesh-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype456</identifier>
|
<identifier>mtype456</identifier>
|
||||||
<description>Sender</description>
|
<description>Sender</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/sender-node.c</source>
|
<source>[CONFIG_DIR]/code/sender-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make sender-node.cooja TARGET=cooja</commands>
|
make sender-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype452</identifier>
|
<identifier>mtype452</identifier>
|
||||||
<description>RPL root</description>
|
<description>RPL root</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/root-node.c</source>
|
<source>[CONFIG_DIR]/code/root-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make root-node.cooja TARGET=cooja</commands>
|
make root-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype904</identifier>
|
<identifier>mtype904</identifier>
|
||||||
<description>Receiver</description>
|
<description>Receiver</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/receiver-node.c</source>
|
<source>[CONFIG_DIR]/code/receiver-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make receiver-node.cooja TARGET=cooja</commands>
|
make receiver-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype748</identifier>
|
<identifier>mtype748</identifier>
|
||||||
<description>Sender</description>
|
<description>Sender</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/sender-node.c</source>
|
<source>[CONFIG_DIR]/code/sender-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make sender-node.cooja TARGET=cooja</commands>
|
make sender-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype442</identifier>
|
<identifier>mtype442</identifier>
|
||||||
<description>RPL root</description>
|
<description>RPL root</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/root-node.c</source>
|
<source>[CONFIG_DIR]/code/root-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make root-node.cooja TARGET=cooja</commands>
|
make root-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype236</identifier>
|
<identifier>mtype236</identifier>
|
||||||
<description>Receiver</description>
|
<description>Receiver</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/receiver-node.c</source>
|
<source>[CONFIG_DIR]/code/receiver-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make receiver-node.cooja TARGET=cooja</commands>
|
make receiver-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype391</identifier>
|
<identifier>mtype391</identifier>
|
||||||
<description>Sender</description>
|
<description>Sender</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/sender-node.c</source>
|
<source>[CONFIG_DIR]/code/sender-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make sender-node.cooja TARGET=cooja</commands>
|
make sender-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype250</identifier>
|
<identifier>mtype250</identifier>
|
||||||
<description>RPL root</description>
|
<description>RPL root</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/root-node.c</source>
|
<source>[CONFIG_DIR]/code/root-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make root-node.cooja TARGET=cooja</commands>
|
make root-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype822</identifier>
|
<identifier>mtype822</identifier>
|
||||||
<description>Receiver</description>
|
<description>Receiver</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/receiver-node.c</source>
|
<source>[CONFIG_DIR]/code/receiver-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make receiver-node.cooja TARGET=cooja</commands>
|
make receiver-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
|
@ -24,7 +24,7 @@
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype456</identifier>
|
<identifier>mtype456</identifier>
|
||||||
<description>Sender</description>
|
<description>Sender</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/sender-node.c</source>
|
<source>[CONFIG_DIR]/code/sender-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make sender-node.cooja TARGET=cooja</commands>
|
make sender-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype452</identifier>
|
<identifier>mtype452</identifier>
|
||||||
<description>RPL root</description>
|
<description>RPL root</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/root-node.c</source>
|
<source>[CONFIG_DIR]/code/root-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make root-node.cooja TARGET=cooja</commands>
|
make root-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
||||||
|
@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
|
||||||
se.sics.cooja.contikimote.ContikiMoteType
|
se.sics.cooja.contikimote.ContikiMoteType
|
||||||
<identifier>mtype904</identifier>
|
<identifier>mtype904</identifier>
|
||||||
<description>Receiver</description>
|
<description>Receiver</description>
|
||||||
<source>[CONTIKI_DIR]/regression-tests/11-rpl/code/receiver-node.c</source>
|
<source>[CONFIG_DIR]/code/receiver-node.c</source>
|
||||||
<commands>make TARGET=cooja clean
|
<commands>make TARGET=cooja clean
|
||||||
make receiver-node.cooja TARGET=cooja</commands>
|
make receiver-node.cooja TARGET=cooja</commands>
|
||||||
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
|
1
regression-tests/13-ip6-apps/Makefile
Normal file
1
regression-tests/13-ip6-apps/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.simulation-test
|
Loading…
Reference in a new issue