Moved the Contiki tests from the tools/cooja directory into the regression-tests/ directory

This commit is contained in:
Adam Dunkels 2012-12-08 22:20:11 +01:00
parent 15d2c10633
commit d917d64cfb
71 changed files with 153 additions and 387 deletions

View file

@ -0,0 +1,9 @@
TIMEOUT(5000);
while(true) {
log.log("> " + msg + "\n");
if (msg.equals('Hello, world')) {
log.testOK();
}
YIELD();
}