Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
Dmain.c16 static int interrupted, results[10], count_tests, count_passes; variable
229 args.count_tests = &count_tests; in main()
246 lwsl_user("%s: %d tests %d fail\n", __func__, count_tests, in main()
247 count_tests - count_passes); in main()
248 for (n = 0; n < count_tests; n++) in main()
254 !count_tests || count_passes != count_tests ? "FAIL" : "PASS"); in main()
260 return !count_tests || count_passes != count_tests; in main()
/third_party/libwebsockets/lib/abstract/
Dtest-sequencer.c219 (*s->args.count_tests)++; in test_sequencer_cb()
270 *s->args.count_tests = 0; in lws_abs_unit_test_sequencer()
/third_party/libwebsockets/include/libwebsockets/
Dlws-test-sequencer.h34 int *count_tests; /* count of done tests */ member