74 PROCESS(test_process,
"Unit testing");
75 AUTOSTART_PROCESSES(&test_process);
#define PROCESS_BEGIN()
Define the beginning of a process.
#define UNIT_TEST(name)
Define a unit test.
#define UNIT_TEST_BEGIN()
Mark the starting point of the unit test function.
#define UNIT_TEST_ASSERT(expr)
Report failure if an expression is false.
#define PROCESS_THREAD(name, ev, data)
Define the body of a process.
#define PROCESS_END()
Define the end of a process.
#define UNIT_TEST_REGISTER(name, descr)
Register a unit test.
#define UNIT_TEST_END()
Mark the ending point of the unit test function.
#define UNIT_TEST_RUN(name)
Execute a unit test and print a report on the results.
#define PROCESS(name, strname)
Declare a process.
A tool for unit testing Contiki software.