135375f98Sopenharmony_ci/* AUTOGENERATED FILE. DO NOT EDIT. */ 235375f98Sopenharmony_ci#ifndef _TESTSAMPLE_HEAD1_H 335375f98Sopenharmony_ci#define _TESTSAMPLE_HEAD1_H 435375f98Sopenharmony_ci 535375f98Sopenharmony_ci#include "unity.h" 635375f98Sopenharmony_ci#include "funky.h" 735375f98Sopenharmony_ci#include "stanky.h" 835375f98Sopenharmony_ci#include <setjmp.h> 935375f98Sopenharmony_ci 1035375f98Sopenharmony_civoid test_TheFirstThingToTest(void); 1135375f98Sopenharmony_civoid test_TheSecondThingToTest(void); 1235375f98Sopenharmony_civoid test_TheThirdThingToTest(void); 1335375f98Sopenharmony_civoid test_TheFourthThingToTest(void); 1435375f98Sopenharmony_ci#endif 1535375f98Sopenharmony_ci 16