Home
last modified time | relevance | path

Searched refs:n_ok (Results 1 – 1 of 1) sorted by relevance

/external/libevent/test/
Dtinytest.c65 static int n_ok = 0; /**< Number of tests that have passed */ variable
256 ++n_ok;
444 n_bad+n_ok,n_skipped);
446 printf("%d tests ok. (%d skipped)\n", n_ok, n_skipped);