Searched defs:test_success (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-test/
H A Dtest-common.c19 static bool test_success; variable
27 test_success = TRUE;
32 test_assert((test_success = (test_prefix == NULL)));
38 return !test_success;
45 test_success = FALSE;
52 test_success = FALSE;
61 test_success = FALSE;
94 test_out("", test_success);
95 if (!test_success)
98 test_success
[all...]

Completed in 924 milliseconds