Searched refs:tt_assert_test_type (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest_macros.h | 143 #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_), \ 165 tt_assert_test_type(_a,_b,#a" "#op" "#b,long,(val1_ op val2_), \ 170 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \ 174 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \ 199 tt_assert_test_type(a,b,#a" "#op" "#b,long,(val1_ op val2_),"%ld",(void)0) 202 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \ 206 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \ 210 tt_assert_test_type(a,b,#a" "#op" "#b,const char *, \
|
| /src/contrib/libevent/test/ |
| H A D | tinytest_macros.h | 143 #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_), \ 165 tt_assert_test_type(_a,_b,#a" "#op" "#b,long,(val1_ op val2_), \ 170 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \ 174 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \ 199 tt_assert_test_type(a,b,#a" "#op" "#b,long,(val1_ op val2_),"%ld",(void)0) 202 tt_assert_test_type(a,b,#a" "#op" "#b,unsigned long, \ 206 tt_assert_test_type(a,b,#a" "#op" "#b,const void*, \ 210 tt_assert_test_type(a,b,#a" "#op" "#b,const char *, \
|