HomeSort by: relevance | last modified time | path
    Searched defs:testcase_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
tinytest.h 46 struct testcase_t;
51 void *(*setup_fn)(const struct testcase_t *);
53 int (*cleanup_fn)(const struct testcase_t *, void *);
57 struct testcase_t { struct
69 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */
96 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
tinytest.h 47 struct testcase_t;
52 void *(*setup_fn)(const struct testcase_t *);
54 int (*cleanup_fn)(const struct testcase_t *, void *);
58 struct testcase_t { struct
70 struct testcase_t *cases; /** Array, ending with END_OF_TESTCASES */
97 int testcase_run_one(const struct testgroup_t *,const struct testcase_t *);

Completed in 25 milliseconds