Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture.c144 TEST_FAIL_MESSAGE("This test leaks!"); in UnityMalloc_EndTest()
227 TEST_FAIL_MESSAGE("Buffer overrun detected during free()"); in unity_free()
251 TEST_FAIL_MESSAGE("Buffer overrun detected during realloc()"); in unity_realloc()
291 TEST_FAIL_MESSAGE("Too many pointers set"); in UnityPointer_Set()
H A Dunity.h57 #define TEST_FAIL_MESSAGE(message) … macro