Home
last modified time | relevance | path

Searched refs:UNITY_OUTPUT_CHAR (Results 1 - 24 of 24) sorted by relevance

/third_party/cJSON/tests/unity/src/
H A Dunity.c13 void UNITY_OUTPUT_CHAR(int);
81 UNITY_OUTPUT_CHAR(*pch); in UnityPrint()
86 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()
87 UNITY_OUTPUT_CHAR('r'); in UnityPrint()
92 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()
93 UNITY_OUTPUT_CHAR('n'); in UnityPrint()
101 UNITY_OUTPUT_CHAR(*pch); in UnityPrint()
104 UNITY_OUTPUT_CHAR('m'); in UnityPrint()
110 UNITY_OUTPUT_CHAR('\\'); in UnityPrint()
111 UNITY_OUTPUT_CHAR(' in UnityPrint()
[all...]
H A Dunity_internals.h241 #ifndef UNITY_OUTPUT_CHAR
244 #define UNITY_OUTPUT_CHAR(a) LiteTestPrint("%c", a) macro
275 #define UNITY_PRINT_EOL() UNITY_OUTPUT_CHAR('\n')
/third_party/unity/src/
H A Dunity.c15 void UNITY_OUTPUT_CHAR(int);
82 UNITY_OUTPUT_CHAR(*pch); in UnityPrintChar()
87 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()
88 UNITY_OUTPUT_CHAR('r'); in UnityPrintChar()
93 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()
94 UNITY_OUTPUT_CHAR('n'); in UnityPrintChar()
99 UNITY_OUTPUT_CHAR('\\'); in UnityPrintChar()
100 UNITY_OUTPUT_CHAR('x'); in UnityPrintChar()
115 UNITY_OUTPUT_CHAR(*pch); in UnityPrintAnsiEscapeString()
119 UNITY_OUTPUT_CHAR(' in UnityPrintAnsiEscapeString()
[all...]
H A Dunity_internals.h306 #ifndef UNITY_OUTPUT_CHAR
309 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro
340 #define UNITY_PRINT_EOL() UNITY_OUTPUT_CHAR('\n')
/third_party/cJSON/tests/unity/test/tests/
H A Dtestparameterized.c25 UNITY_OUTPUT_CHAR(':'); \
28 UNITY_OUTPUT_CHAR('\n'); \
38 UNITY_OUTPUT_CHAR(':'); \
41 UNITY_OUTPUT_CHAR('\n'); \
60 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtestunity.c33 UNITY_OUTPUT_CHAR(':'); \
36 UNITY_OUTPUT_CHAR('\n'); \
47 UNITY_OUTPUT_CHAR(':'); \
50 UNITY_OUTPUT_CHAR('\n'); \
78 UNITY_OUTPUT_CHAR('\n'); in tearDown()
3300 #if USING_SPY_AS(UNITY_OUTPUT_CHAR)
3301 #define USING_OUTPUT_SPY // true only if UNITY_OUTPUT_CHAR = putcharSpy
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.h30 UNITY_OUTPUT_CHAR(':'); \
33 UNITY_OUTPUT_CHAR('\n'); \
44 UNITY_OUTPUT_CHAR(':'); \
47 UNITY_OUTPUT_CHAR('\n'); \
56 #if USING_SPY_AS(UNITY_OUTPUT_CHAR)
57 #define USING_OUTPUT_SPY /* true only if UNITY_OUTPUT_CHAR = putcharSpy */
H A Dtest_unity_parameterized.c26 UNITY_OUTPUT_CHAR(':'); \
29 UNITY_OUTPUT_CHAR('\n'); \
39 UNITY_OUTPUT_CHAR(':'); \
42 UNITY_OUTPUT_CHAR('\n'); \
71 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_memory.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_core.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_strings.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_doubles.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_integers_64.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_floats.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_arrays.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
H A Dtest_unity_integers.c32 UNITY_OUTPUT_CHAR('\n'); in tearDown()
2840 TEST_IGNORE_MESSAGE("Compile with '-D UNITY_OUTPUT_CHAR=putcharSpy' to enable print testing"); in testPrintNumbers32()
/third_party/unity/extras/fixture/src/
H A Dunity_fixture.c15 * Build with -D UNITY_OUTPUT_CHAR=outputChar and include <stdio.h>
93 UNITY_OUTPUT_CHAR('.'); in UnityTestRunner()
135 UNITY_OUTPUT_CHAR('!'); in UnityIgnoreTest()
/third_party/unity/extras/memory/test/
H A Dunity_memory_Test.c148 #if USING_SPY_AS(UNITY_OUTPUT_CHAR)
149 #define USING_OUTPUT_SPY /* UNITY_OUTPUT_CHAR = UnityOutputCharSpy_OutputChar */
156 #if UNITY_OUTPUT_CHAR == UnityOutputCharSpy_OutputChar /* Works if no -Wundef -Werror */
H A DMakefile8 DEFINES = -D UNITY_OUTPUT_CHAR=UnityOutputCharSpy_OutputChar
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c15 * Build with -D UNITY_OUTPUT_CHAR=outputChar and include <stdio.h>
83 UNITY_OUTPUT_CHAR('.'); in UnityTestRunner()
122 UNITY_OUTPUT_CHAR('!'); in UnityIgnoreTest()
/third_party/cJSON/tests/unity/extras/fixture/test/
H A DMakefile8 DEFINES = -D UNITY_OUTPUT_CHAR=UnityOutputCharSpy_OutputChar
H A Dunity_fixture_Test.c354 #if USING_SPY_AS(UNITY_OUTPUT_CHAR)
355 #define USING_OUTPUT_SPY /* UNITY_OUTPUT_CHAR = UnityOutputCharSpy_OutputChar */
361 #if UNITY_OUTPUT_CHAR == UnityOutputCharSpy_OutputChar /* Works if no -Wundef -Werror */
370 TEST_IGNORE_MESSAGE("Build with '-D UNITY_OUTPUT_CHAR=UnityOutputCharSpy_OutputChar' to enable tests"); in TEST()
/third_party/cJSON/tests/unity/test/
H A DMakefile16 DEFINES = -D UNITY_OUTPUT_CHAR=putcharSpy
/third_party/unity/test/
H A DMakefile20 DEFINES = -D UNITY_OUTPUT_CHAR=putcharSpy

Completed in 30 milliseconds