Contiki-NG
Functions
unit-test.c File Reference

 A tool for unit testing Contiki software.
More...

#include <stdio.h>
#include "unit-test.h"

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...
 

Detailed Description

 A tool for unit testing Contiki software.
Author
Nicolas Tsiftes nvt@s.nosp@m.ics..nosp@m.se

Definition in file unit-test.c.

Function Documentation

◆ unit_test_print_report()

void unit_test_print_report ( const unit_test_t utp)

Print the results of a unit test.

Parameters
utpThe unit test descriptor.

Definition at line 48 of file unit-test.c.