Skip to content
Snippets Groups Projects
Unverified Commit cd69c635 authored by Nicolas Tsiftes's avatar Nicolas Tsiftes Committed by GitHub
Browse files

Merge pull request #1826 from pjonsson/clean-more-tests

tests: add more missing cleans
parents 021f07e0 6e508634
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
<identifier>mtype660</identifier> <identifier>mtype660</identifier>
<description>RPL/TSCH Node</description> <description>RPL/TSCH Node</description>
<source>[CONTIKI_DIR]/examples/benchmarks/result-visualization/node.c</source> <source>[CONTIKI_DIR]/examples/benchmarks/result-visualization/node.c</source>
<commands>make TARGET=cooja node.cooja</commands> <commands>make clean TARGET=cooja
make TARGET=cooja node.cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
<identifier>mtype740</identifier> <identifier>mtype740</identifier>
<description>Cooja Mote Type #1</description> <description>Cooja Mote Type #1</description>
<source>[CONFIG_DIR]/code-panid-handling/test-panid-handling.c</source> <source>[CONFIG_DIR]/code-panid-handling/test-panid-handling.c</source>
<commands>make -j test-panid-handling.cooja TARGET=cooja</commands> <commands>make clean TARGET=cooja
make -j test-panid-handling.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<identifier>mtype476</identifier> <identifier>mtype476</identifier>
<description>Cooja Mote Type #1</description> <description>Cooja Mote Type #1</description>
<source>[CONFIG_DIR]/code-flush-nbr-queue/test-flush-nbr-queue.c</source> <source>[CONFIG_DIR]/code-flush-nbr-queue/test-flush-nbr-queue.c</source>
<commands>make -j test-flush-nbr-queue.cooja TARGET=cooja</commands> <commands>make clean TARGET=cooja
make -j test-flush-nbr-queue.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<identifier>mtype325</identifier> <identifier>mtype325</identifier>
<description>root</description> <description>root</description>
<source>[CONTIKI_DIR]/tests/14-rpl-lite/code/root-node.c</source> <source>[CONTIKI_DIR]/tests/14-rpl-lite/code/root-node.c</source>
<commands>make root-node.cooja TARGET=cooja</commands> <commands>make clean TARGET=cooja
make root-node.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
<identifier>mtype301</identifier> <identifier>mtype301</identifier>
<description>Sender</description> <description>Sender</description>
<source>[CONFIG_DIR]/code/sender-node.c</source> <source>[CONFIG_DIR]/code/sender-node.c</source>
<commands>make -j sender-node.cooja TARGET=cooja</commands> <commands>make clean TARGET=cooja
make -j sender-node.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
<identifier>mtype325</identifier> <identifier>mtype325</identifier>
<description>root</description> <description>root</description>
<source>[CONTIKI_DIR]/tests/15-rpl-classic/code/root-node.c</source> <source>[CONTIKI_DIR]/tests/15-rpl-classic/code/root-node.c</source>
<commands>make root-node.cooja TARGET=cooja</commands> <commands>make clean TARGET=cooja
make root-node.cooja TARGET=cooja</commands>
<moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface>
<moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface>
<moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment