testsample_head1.h 333 字节
Newer Older
1
/* AUTOGENERATED FILE. DO NOT EDIT. */
2 3
#ifndef _TESTSAMPLE_HEAD1_H
#define _TESTSAMPLE_HEAD1_H
4

5
#include "unity.h"
6 7 8 9
#include "funky.h"
#include "stanky.h"
#include <setjmp.h>

10 11 12 13
void test_TheFirstThingToTest(void);
void test_TheSecondThingToTest(void);
void test_TheThirdThingToTest(void);
void test_TheFourthThingToTest(void);
14 15
#endif