diff --git a/tests/07-simulation-base/01-hello-world-sky.csc b/tests/07-simulation-base/01-hello-world-sky.csc index 050631b7034cb7560a8ad392acbe0cd61a364682..152941ac4875bd991ae2b053b8bdd2fa95f881dd 100644 --- a/tests/07-simulation-base/01-hello-world-sky.csc +++ b/tests/07-simulation-base/01-hello-world-sky.csc @@ -19,7 +19,8 @@ <identifier>sky1</identifier> <description>Sky Mote Type #1</description> <source EXPORT="discard">[CONTIKI_DIR]/examples/hello-world/hello-world.c</source> - <commands EXPORT="discard">make -j hello-world.sky TARGET=sky</commands> + <commands EXPORT="discard">make TARGET=sky clean +make -j hello-world.sky TARGET=sky</commands> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/hello-world/hello-world.sky</firmware> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface> diff --git a/tests/07-simulation-base/02-ringbufindex.csc b/tests/07-simulation-base/02-ringbufindex.csc index 5b236bc5afab06a95957a634837cdd4d386f9808..e5dc1cb5a16b1a7a3d6b314951a1b8016e3cca18 100644 --- a/tests/07-simulation-base/02-ringbufindex.csc +++ b/tests/07-simulation-base/02-ringbufindex.csc @@ -25,7 +25,8 @@ <identifier>mtype297</identifier> <description>ringbufindex testee</description> <source>[CONFIG_DIR]/code-ringbufindex/test-ringbufindex.c</source> - <commands>make test-ringbufindex.cooja TARGET=cooja</commands> + <commands>make TARGET=cooja clean +make test-ringbufindex.cooja TARGET=cooja</commands> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.Battery</moteinterface> <moteinterface>org.contikios.cooja.contikimote.interfaces.ContikiVib</moteinterface> diff --git a/tests/07-simulation-base/07-hello-world-z1.csc b/tests/07-simulation-base/07-hello-world-z1.csc index 33963c36c8bdd80f6b63deedc56534dceba09011..119df31f0bc0d25d415c4787a3e99d4feb5c1d4b 100644 --- a/tests/07-simulation-base/07-hello-world-z1.csc +++ b/tests/07-simulation-base/07-hello-world-z1.csc @@ -19,7 +19,8 @@ <identifier>z11</identifier> <description>Z1 Mote Type #z11</description> <source EXPORT="discard">[CONTIKI_DIR]/examples/hello-world/hello-world.c</source> - <commands EXPORT="discard">make hello-world.z1 TARGET=z1</commands> + <commands EXPORT="discard">make TARGET=z1 clean +make hello-world.z1 TARGET=z1</commands> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/hello-world/hello-world.z1</firmware> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.RimeAddress</moteinterface> diff --git a/tests/07-simulation-base/22-stack-guard-sky.csc b/tests/07-simulation-base/22-stack-guard-sky.csc index 5d57eb148d0402a0151e17017e02b89eeb4221c6..75d3db6f022aa51c57e6bac20640b6795cbed991 100644 --- a/tests/07-simulation-base/22-stack-guard-sky.csc +++ b/tests/07-simulation-base/22-stack-guard-sky.csc @@ -19,7 +19,8 @@ <identifier>sky1</identifier> <description>Sky Mote Type #1</description> <source EXPORT="discard">[CONTIKI_DIR]/examples/libs/stack-check/example-stack-check.c</source> - <commands EXPORT="discard">make -j example-stack-check.sky TARGET=sky</commands> + <commands EXPORT="discard">make TARGET=sky clean +make -j example-stack-check.sky TARGET=sky</commands> <firmware EXPORT="copy">[CONTIKI_DIR]/examples/libs/stack-check/example-stack-check.sky</firmware> <moteinterface>org.contikios.cooja.interfaces.Position</moteinterface> <moteinterface>org.contikios.cooja.interfaces.IPAddress</moteinterface>