Searched refs:TEST_ulong_gt (Results 1 – 4 of 4) sorted by relevance
/test/ |
A D | errtest.c | 179 if (!TEST_ulong_gt(mallocfail, 0)) in test_marks() 355 if (!TEST_ulong_gt(mallocfail, 0)) in test_save_restore()
|
A D | filterprov.c | 105 if (!TEST_ulong_gt(globs->query_count, 0)) in filter_unquery()
|
A D | test_test.c | 159 || !TEST(1, TEST_ulong_gt(100000000ul, 22ul)) in test_ulong() 160 || !TEST(0, TEST_ulong_gt(22ul, 100000000ul)) in test_ulong()
|
A D | testutil.h | 471 # define TEST_ulong_gt(a, b) test_ulong_gt(__FILE__, __LINE__, #a, #b, a, b) macro
|
Completed in 9 milliseconds