Home
last modified time | relevance | path

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

/libevent-2.1.12/test/
H A Dtinytest.h101 int tinytest_main(int argc, const char **argv, struct testgroup_t *groups);
H A Dtinytest_demo.c291 return tinytest_main(c, v, groups); in main()
H A Dregress_main.c521 if (tinytest_main(argc,argv,testgroups)) in main()
H A Dtinytest.c467 tinytest_main(int c, const char **v, struct testgroup_t *groups) function