Home
last modified time | relevance | path

Searched refs:putcharSpy (Results 1 - 12 of 12) sorted by relevance

/third_party/cJSON/tests/unity/test/
H A DMakefile16 DEFINES = -D UNITY_OUTPUT_CHAR=putcharSpy
17 DEFINES += -D UNITY_OUTPUT_CHAR_HEADER_DECLARATION=putcharSpy\(int\)
/third_party/cJSON/tests/unity/test/testdata/
H A DtestRunnerGeneratorSmall.c16 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A DtestRunnerGeneratorWithMocks.c25 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A DtestRunnerGenerator.c24 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
/third_party/unity/test/testdata/
H A DtestRunnerGeneratorSmall.c15 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
H A DtestRunnerGenerator.c23 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
H A DtestRunnerGeneratorWithMocks.c24 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
/third_party/cJSON/tests/unity/test/tests/
H A Dtestparameterized.c11 void putcharSpy(int c) { (void)putchar(c);} // include passthrough for linking tests in putcharSpy() function
H A Dtestunity.c3301 #define USING_OUTPUT_SPY // true only if UNITY_OUTPUT_CHAR = putcharSpy
3326 void putcharSpy(int c) in putcharSpy() function
3391 TEST_IGNORE_MESSAGE("Compile with '-D UNITY_OUTPUT_CHAR=putcharSpy' to enable print testing"); in testPrintNumbers32()
/third_party/unity/test/tests/
H A Dself_assessment_utils.h57 #define USING_OUTPUT_SPY /* true only if UNITY_OUTPUT_CHAR = putcharSpy */
89 void putcharSpy(int c) in putcharSpy() function
H A Dtest_unity_parameterized.c13 void putcharSpy(int c) { (void)putchar(c);} in putcharSpy() function
/third_party/unity/test/
H A DMakefile20 DEFINES = -D UNITY_OUTPUT_CHAR=putcharSpy
21 DEFINES += -D UNITY_OUTPUT_CHAR_HEADER_DECLARATION=putcharSpy\(int\)

Completed in 9 milliseconds