int main(int argc, char **argv) { _setup(); _test_persist_name(); _test_stats_name(); _test_uri_correct(); _test_uri_error(); #if SYSLOG_NG_ENABLE_LEGACY_MONGODB_OPTIONS _test_legacy_correct(); _test_legacy_error(); #endif _teardown(); return _tests_failed; }
void teardown() { _teardown(); }
void eq_teardown(void) { cr_assert_eq(FI_SUCCESS, fi_close(&eq->fid), "failure in closing eq."); _teardown(); }
static void teardown() { _teardown(); }