Skip to content

Commit

Permalink
Merge pull request contiki-os#172 from adamdunkels/feature-split-coll…
Browse files Browse the repository at this point in the history
…ect-regression-test

Regression tests: split the collect test into two, moved armgcc download location
  • Loading branch information
Nicolas Tsiftes committed Mar 18, 2013
2 parents f81e407 + e9b1374 commit adf401b
Show file tree
Hide file tree
Showing 28 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
## Install toolchain for mc1233x in care-free way
- "[ $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"
## Install SDCC from a purpose-built bundle
- "[ $BUILD_TYPE = compile ] && curl -s \
Expand Down Expand Up @@ -40,6 +40,7 @@ env:
## of environment variable defined below
- BUILD_TYPE='compile'
- BUILD_TYPE='collect' MAKE_TARGETS='cooja'
- BUILD_TYPE='collect-lossy' MAKE_TARGETS='cooja'
- BUILD_TYPE='rpl' MAKE_TARGETS='cooja'
- BUILD_TYPE='rime' MAKE_TARGETS='cooja'
- BUILD_TYPE='ipv6' MAKE_TARGETS='cooja'
Expand Down
2 changes: 1 addition & 1 deletion regression-tests/04-rime/09-cooja-trickle.csc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype346</identifier>
<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>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
Expand Down
2 changes: 1 addition & 1 deletion regression-tests/04-rime/10-cooja-mesh.csc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype140</identifier>
<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>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.Battery</moteinterface>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype456</identifier>
<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
make sender-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype452</identifier>
<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
make root-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype904</identifier>
<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
make receiver-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype748</identifier>
<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
make sender-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype442</identifier>
<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
make root-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype236</identifier>
<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
make receiver-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype391</identifier>
<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
make sender-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype250</identifier>
<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
make root-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype822</identifier>
<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
make receiver-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype456</identifier>
<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
make sender-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -49,7 +49,7 @@ make sender-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype452</identifier>
<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
make root-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand All @@ -74,7 +74,7 @@ make root-node.cooja TARGET=cooja</commands>
se.sics.cooja.contikimote.ContikiMoteType
<identifier>mtype904</identifier>
<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
make receiver-node.cooja TARGET=cooja</commands>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions regression-tests/13-ip6-apps/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../Makefile.simulation-test

0 comments on commit adf401b

Please sign in to comment.