#include "unity.h" void setUp (void) { // set stuff up here } void tearDown (void) { // clean stuff up here } void test_example (void) { TEST_ASSERT (0 == 0); }