This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
a59cbaf19f
osd-contiki
/
tools
/
cooja
/
contiki_tests
/
cooja_helloworld.js
6 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added contiki test: cooja testapp hello world
2008-09-17 23:54:15 +02:00
if
(
msg
.
startsWith
(
'Hello, world'
)
)
{
using new testOK() method
2008-11-05 19:20:30 +01:00
log
.
testOK
(
)
;
}
else
{
log
.
testFailed
(
)
;
added contiki test: cooja testapp hello world
2008-09-17 23:54:15 +02:00
}
Reference in a new issue
Copy permalink