Contiki 3.x
|
A tool for unit testing Contiki software.More...
Go to the source code of this file.
Functions | |
void | unit_test_print_report (const unit_test_t *utp) |
Print the results of a unit test. More... | |
A tool for unit testing Contiki software.
Definition in file unit-test.c.
void unit_test_print_report | ( | const unit_test_t * | utp | ) |
Print the results of a unit test.
utp | The unit test descriptor. |
Definition at line 48 of file unit-test.c.