#ifndef __TEST_H #define __TEST_H void test_main(void); void test_motor_thread(void const * argument); #endif //__TEST_H