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

Added another example

*  Simple makefile example, extracted from existing example
This commit is contained in:
Warwick Stone
2013-07-17 22:48:50 +10:00
parent 5932565bae
commit 1b9b197298
10 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "ProductionCode2.h"
char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
{
//Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
// Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget
return (char*)0;
}