Lines Matching refs:tb_assert

917 #define tb_assert(x) \  macro
930 tb_assert(store); in testbound_selftest()
933 tb_assert(strcmp(v, "") == 0); in testbound_selftest()
937 tb_assert(strcmp(v, "") == 0); in testbound_selftest()
941 tb_assert(r); in testbound_selftest()
944 tb_assert(strcmp(v, "") == 0); in testbound_selftest()
948 tb_assert(strcmp(v, "waarde1") == 0); in testbound_selftest()
952 tb_assert(r); in testbound_selftest()
955 tb_assert(strcmp(v, "waarde1") == 0); in testbound_selftest()
959 tb_assert(strcmp(v, "kanteel") == 0); in testbound_selftest()
963 tb_assert(r); in testbound_selftest()
966 tb_assert(strcmp(v, "ww") == 0); in testbound_selftest()
969 tb_assert( macro_length("}") == 1); in testbound_selftest()
970 tb_assert( macro_length("blabla}") == 7); in testbound_selftest()
971 tb_assert( macro_length("bla${zoink}bla}") == 7+8); in testbound_selftest()
972 tb_assert( macro_length("bla${zoink}${bla}bla}") == 7+8+6); in testbound_selftest()
975 tb_assert( v && strcmp(v, "") == 0); in testbound_selftest()
979 tb_assert( v && strcmp(v, "") == 0); in testbound_selftest()
983 tb_assert( v && strcmp(v, "blabla dinges") == 0); in testbound_selftest()
987 tb_assert( v && strcmp(v, "1ww2ww3") == 0); in testbound_selftest()
991 tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0); in testbound_selftest()
995 tb_assert(r); in testbound_selftest()
997 tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0); in testbound_selftest()
1001 tb_assert( v && strcmp(v, "it is Fri Jan 2 10:17:36 1970") == 0); in testbound_selftest()
1005 tb_assert(r); in testbound_selftest()
1007 tb_assert(r); in testbound_selftest()
1009 tb_assert( v && strcmp(v, "2") == 0); in testbound_selftest()
1012 tb_assert( v && strcmp(v, "0") == 0); in testbound_selftest()
1015 tb_assert( v && strcmp(v, "4") == 0); in testbound_selftest()
1018 tb_assert( v && strcmp(v, "19") == 0); in testbound_selftest()
1022 tb_assert( v && strcmp(v, "108") == 0); in testbound_selftest()
1026 tb_assert( v && strcmp(v, "1 2 33 2 1") == 0); in testbound_selftest()
1030 tb_assert( v && strcmp(v, "123 8") == 0); in testbound_selftest()
1034 tb_assert( v && strcmp(v, "123 glug 8") == 0); in testbound_selftest()