Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_TRUE_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/tests/libntp/
H A Drealpath.c55 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(resolved), "'.' not resolved to absolute path"); in test_CurrentWorkingDir()
90 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(abs), errMsg("could not validate '%s'", abs)); in test_DevLinks()
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.h173 #define TEST_ASSERT_TRUE_MESSAGE(condition, message) … macro