Searched defs:RUN_TEST (Results 1 – 14 of 14) sorted by relevance
/freebsd-src/contrib/ntp/sntp/unity/auto/ |
H A D | runner_maybe.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
/freebsd-src/contrib/ntp/sntp/tests/ |
H A D | run-crypto.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-packetHandling.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-t-log.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-keyFile.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-utilities.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-kodFile.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-kodDatabase.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-packetProcessing.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-networking.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
/freebsd-src/contrib/ntp/tests/libntp/ |
H A D | run-realpath.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
H A D | run-digests.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ macro
|
/freebsd-src/tools/regression/include/tgmath/ |
H A D | tgmath.c | 181 #define RUN_TEST(EXP, TYPE) (EXP, SAMETYPE(EXP, TYPE)) macro
|
/freebsd-src/contrib/ntp/sntp/unity/ |
H A D | unity_internals.h | 545 #define RUN_TEST(...) UnityDefaultTestRun(RUN_TEST_FIRST(__VA_ARGS__), RUN_TEST_SECOND(__VA_ARGS__)) macro 557 #define RUN_TEST(func, num) UnityDefaultTestRun(func, #func, num) macro 559 #define RUN_TEST(func) UnityDefaultTestRun(func, #func, __LINE__) macro
|