mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-07-29 15:27:49 +00:00
Added flushSpy
This commit is contained in:
+4
-1
@@ -22,7 +22,10 @@
|
||||
|
||||
/* Support for Meta Test Rig */
|
||||
#define TEST_CASE(a)
|
||||
void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests
|
||||
|
||||
/* Include Passthroughs for Linking Tests */
|
||||
void putcharSpy(int c) { (void)putchar(c);}
|
||||
void flushSpy(int c) {}
|
||||
|
||||
/* Global Variables Used During These Tests */
|
||||
int CounterSetup = 0;
|
||||
|
||||
Reference in New Issue
Block a user