Searched refs:Unity (Results 1 – 21 of 21) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/unity/ |
| H A D | unity.c | 9 #define UNITY_FAIL_AND_BAIL { Unity.CurrentTestFailed = 1; longjmp(Unity.AbortFrame, 1); } 15 struct _Unity Unity; variable 310 if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 0) in UnityConcludeTest() 313 Unity.TestXPASSES++; in UnityConcludeTest() 319 if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 1) in UnityConcludeTest() 347 UnityTestResultsBegin(Unity.TestFile, Unity.CurrentTestLineNumber); in UnityConcludeTest() 349 Unity.TestPasses++; in UnityConcludeTest() 353 else if (Unity.isExpectingFail == 1 && Unity.CurrentTestFailed == 0) in UnityConcludeTest() 356 UnityTestResultsBegin(Unity.TestFile, Unity.CurrentTestLineNumber); in UnityConcludeTest() 358 Unity.TestXPASSES++; in UnityConcludeTest() [all …]
|
| H A D | unity_fixture.c | 81 Unity.CurrentTestFailed = 0; in UnityTestRunner() 82 Unity.TestFile = file; in UnityTestRunner() 90 Unity.NumberOfTests++; in UnityTestRunner() 116 Unity.NumberOfTests++; in UnityIgnoreTest() 117 Unity.CurrentTestIgnored = 1; in UnityIgnoreTest() 312 return Unity.TestFailures; in UnityFailureCount() 371 if (Unity.CurrentTestIgnored) in UnityConcludeFixtureTest() 377 Unity.TestIgnores++; in UnityConcludeFixtureTest() 389 Unity.TestFailures++; in UnityConcludeFixtureTest() 392 Unity.CurrentTestFailed = 0; in UnityConcludeFixtureTest() [all …]
|
| H A D | unity_internals.h | 402 extern struct _Unity Unity; 534 #define TEST_PROTECT() (setjmp(Unity.AbortFrame) == 0) 536 #define TEST_ABORT() {longjmp(Unity.AbortFrame, 1);} 560 #define TEST_LINE_NUM (Unity.CurrentTestLineNumber) 561 #define TEST_IS_IGNORED (Unity.CurrentTestIgnored) 563 Unity.CurrentTestName = a; \ 564 Unity.CurrentTestLineNumber = (UNITY_LINE_TYPE)(__LINE__); \ 565 Unity.NumberOfTests++;
|
| /freebsd-12.1/contrib/ntp/sntp/unity/auto/ |
| H A D | runner_maybe.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \ 45 Unity.TestFile = "../ut-2803.c"; in main()
|
| /freebsd-12.1/contrib/ntp/sntp/tests/ |
| H A D | run-networking.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-t-log.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-kodDatabase.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-keyFile.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-utilities.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-kodFile.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-crypto.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-packetHandling.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| H A D | run-packetProcessing.c | 6 Unity.CurrentTestName = #TestFunc; \ 7 Unity.CurrentTestLineNumber = TestLineNum; \ 8 Unity.NumberOfTests++; \
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_unitytest.m4 | 2 dnl NTP_UNITYBUILD - Unity build support
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | NEWS | 2090 the newly-written Unity test programs. These were fixed. 2120 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 2121 * Unity test cleanup. Harlan Stenn. 2517 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 2564 * sntp/tests/packetHandling.c is now using proper Unity's assertions, 2600 * Added declarations to all Unity tests, and did minor fixes to them. 2603 with the latest Unity updates from Mark. Damir Tomić. 2657 We've imported the Unity test framework, and have begun converting 2743 * Modified sntp/tests/Makefile.am so it builds Unity framework tests. 2746 * Converted from gtest to Unity: tests/bug-2803/. Damir Tomić [all …]
|
| H A D | CommitLog | 23628 gtest->Unity cleanup 23631 gtest->Unity cleanup 24726 Unity cleanup 24738 Unity cleanup 25635 Unity updates 25638 Unity updates 25641 Unity updates 25644 Unity updates 25647 Unity updates 27025 Unity cleanup [all …]
|
| H A D | ChangeLog | 614 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 615 * Unity test cleanup. Harlan Stenn. 673 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 720 * sntp/tests/packetHandling.c is now using proper Unity's assertions, 756 * Added declarations to all Unity tests, and did minor fixes to them. 759 with the latest Unity updates from Mark. Damir Tomić. 809 * Modified sntp/tests/Makefile.am so it builds Unity framework tests. 812 * Converted from gtest to Unity: tests/bug-2803/. Damir Tomić 822 * Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c, 858 * Unity test framework fixes. [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | elf | 196 >18 leshort 110 PKU-Unity Ltd.,
|
| H A D | filesystems | 2073 >28 byte 20 Unity OS/
|
| /freebsd-12.1/usr.bin/calendar/calendars/ |
| H A D | calendar.holiday | 265 07/05 Day of Peace and Unity in Rwanda
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 6050 0006 MPC8245 [Unity] 12904 2306 Unity Fibre Channel Controller 12905 2501 Unity Ethernet Controller 12906 2505 Unity Fibre Channel Controller
|