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

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ macro
154 tt_assert_test_type(a,b,#a" "#op" "#b,type,(val1_ op val2_),fmt, \
158 tt_assert_test_type(a,b,#a" "#op" "#b,long,(val1_ op val2_), \
162 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \
166 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \
185 tt_assert_test_type(a,b,#a" "#op" "#b,long,(val1_ op val2_),"%ld",(void)0)
188 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \
192 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \
196 tt_assert_test_type(a,b,#a" "#op" "#b,const char *, \

Completed in 108 milliseconds