1 /* AUTOGENERATED FILE. DO NOT EDIT. */ 2 #ifndef _TESTSAMPLE_HEAD1_H 3 #define _TESTSAMPLE_HEAD1_H 4 5 #include "unity.h" 6 #include "funky.h" 7 #include "stanky.h" 8 #include <setjmp.h> 9 10 void test_TheFirstThingToTest(void); 11 void test_TheSecondThingToTest(void); 12 void test_TheThirdThingToTest(void); 13 void test_TheFourthThingToTest(void); 14 #endif 15 16