1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

the test runner generator now has the ability to also output a header file for the tests, which can get pulled into the test itself if desired.

This commit is contained in:
Mark VanderVoord
2015-07-21 15:35:33 -04:00
parent ab7e322a04
commit a7b85335be
12 changed files with 214 additions and 25 deletions

View File

@@ -0,0 +1,12 @@
/* AUTOGENERATED FILE. DO NOT EDIT. */
#ifndef __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___H_E_A_D_1__H_
#define __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___H_E_A_D_1__H_
#include "funky.h"
#include "stanky.h"
#include <setjmp.h>
void test_TheFirstThingToTest();
void test_TheSecondThingToTest();
#endif