Searched refs:Unity (Results 1 – 20 of 20) sorted by relevance
| /freebsd-13.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-13.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-13.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-keyFile.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-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-13.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_unitytest.m4 | 2 dnl NTP_UNITYBUILD - Unity build support
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | NEWS | 2128 the newly-written Unity test programs. These were fixed. 2158 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 2159 * Unity test cleanup. Harlan Stenn. 2555 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 2602 * sntp/tests/packetHandling.c is now using proper Unity's assertions, 2638 * Added declarations to all Unity tests, and did minor fixes to them. 2641 with the latest Unity updates from Mark. Damir Tomić. 2695 We've imported the Unity test framework, and have begun converting 2781 * Modified sntp/tests/Makefile.am so it builds Unity framework tests. 2784 * Converted from gtest to Unity: tests/bug-2803/. Damir Tomić [all …]
|
| H A D | CommitLog | 24341 gtest->Unity cleanup 24344 gtest->Unity cleanup 25439 Unity cleanup 25451 Unity cleanup 26348 Unity updates 26351 Unity updates 26354 Unity updates 26357 Unity updates 26360 Unity updates 27738 Unity cleanup [all …]
|
| H A D | ChangeLog | 643 * Unity cleanup for FreeBSD-6.4. Harlan Stenn. 644 * Unity test cleanup. Harlan Stenn. 702 * Put Unity CPPFLAGS items in unity_config.h. Harlan Stenn. 749 * sntp/tests/packetHandling.c is now using proper Unity's assertions, 785 * Added declarations to all Unity tests, and did minor fixes to them. 788 with the latest Unity updates from Mark. Damir Tomić. 838 * Modified sntp/tests/Makefile.am so it builds Unity framework tests. 841 * Converted from gtest to Unity: tests/bug-2803/. Damir Tomić 851 * Converted from gtest to Unity: sntp/tests/ caltontp.c, humandate.c, 887 * Unity test framework fixes. [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | elf | 215 >18 leshort 110 PKU-Unity Ltd.,
|
| H A D | filesystems | 2114 >28 byte 20 Unity OS/
|
| /freebsd-13.1/share/misc/ |
| H A D | pci_vendors | 6741 0006 MPC8245 [Unity] 13957 2306 Unity Fibre Channel Controller 13958 2501 Unity Ethernet Controller 13959 2505 Unity Fibre Channel Controller
|