mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 16:35:58 +01:00
- restored makefiles to working condition - updated files to include copyright notice - fixed bug in string array comparisons - ignored tests no longer run teardown - tests failing for uncaught cexceptions now get exception id reported git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@70 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
10 lines
302 B
C
10 lines
302 B
C
|
|
#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;
|
|
}
|