testsample_head1.h 333 B

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