#ifndef TEST_H__ #define TEST_H__ #include bool test_check (void); void test_execute (void); #endif