Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory
This commit is contained in:
parent
15d2c10633
commit
d917d64cfb
71 changed files with 153 additions and 387 deletions
9
regression-tests/02-hello-world/hello-world.js
Normal file
9
regression-tests/02-hello-world/hello-world.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
TIMEOUT(5000);
|
||||
|
||||
while(true) {
|
||||
log.log("> " + msg + "\n");
|
||||
if (msg.equals('Hello, world')) {
|
||||
log.testOK();
|
||||
}
|
||||
YIELD();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue