Searched refs:TEST_PROTECT (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/ntp/sntp/unity/auto/
H A Drunner_maybe.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Dgenerate_test_runner.rb276 output.puts(" if (TEST_PROTECT()) \\")
288 output.puts(" if (TEST_PROTECT() && !TEST_IS_IGNORED) \\")
/freebsd-current/contrib/ntp/sntp/tests/
H A Drun-networking.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-t-log.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-packetHandling.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-kodFile.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-kodDatabase.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-keyFile.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-utilities.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-crypto.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-packetProcessing.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
/freebsd-current/contrib/ntp/tests/libntp/
H A Drun-realpath.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
H A Drun-digests.c9 if (TEST_PROTECT()) \
14 if (TEST_PROTECT() && !TEST_IS_IGNORED) \
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.c95 if (TEST_PROTECT())
100 if (TEST_PROTECT())
104 if (TEST_PROTECT())
H A Dunity.c1205 if (TEST_PROTECT())
1210 if (TEST_PROTECT() && !(Unity.CurrentTestIgnored))
H A Dunity_internals.h537 #define TEST_PROTECT() (setjmp(Unity.AbortFrame) == 0) macro

Completed in 195 milliseconds