#include #include volatile uint8_t test_started; void test_start (void) { test_started = 1; } void test_end (void) { test_started = 0; }