This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-08-11 15:25:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f0c3d29e8a6c7e6c21358f4dc109502b0a3e6d17
contiki
/
apps
/
unit-test
History
Nicolas Tsiftes
a81cbbbd80
Do not return test execution status. The information is already available in the test object, and it becomes possible for test function to easily clean up state allocated during the test by putting such code after UNIT_TEST_END.
2011-12-01 14:40:54 +01:00
..
example-test.c
More comments + minor adjustments to the header file
2011-01-19 05:09:57 +00:00
Makefile.unit-test
A facility for testing units of Contiki software.
2011-01-18 19:10:06 +00:00
unit-test.c
A facility for testing units of Contiki software.
2011-01-18 19:10:06 +00:00
unit-test.h
Do not return test execution status. The information is already available in the test object, and it becomes possible for test function to easily clean up state allocated during the test by putting such code after UNIT_TEST_END.
2011-12-01 14:40:54 +01:00