mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 00:45:58 +01:00
Added example
* Added example that uses unity test fixture
This commit is contained in:
9
examples/example_2/src/ProductionCode2.c
Normal file
9
examples/example_2/src/ProductionCode2.c
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user