1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-03-12 16:11:12 -04:00
This commit is contained in:
Jerry Jacobs 2016-07-16 07:28:16 +00:00 committed by GitHub
commit 03023f3249

View File

@ -15,6 +15,8 @@ struct _UnityFixture UnityFixture;
//Build with -D UNITY_OUTPUT_CHAR=outputChar and include <stdio.h>
//int (*outputChar)(int) = putchar;
extern int UnityOutputCharSpy_OutputChar(int c);
#if !defined(UNITY_WEAK_ATTRIBUTE) && !defined(UNITY_WEAK_PRAGMA)
void setUp(void) { /*does nothing*/ }
void tearDown(void) { /*does nothing*/ }