Searched refs:groups (Results 1 – 4 of 4) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | tinytest.c | 372 for (i=0; groups[i].prefix; ++i) { 373 for (j=0; groups[i].cases[j].name; ++j) { 376 groups[i].prefix, testcase->name); 399 usage(struct testgroup_t *groups, int list_groups) argument 408 tinytest_set_flag_(groups, "..", 1, 0); 439 return process_test_alias(groups, test + 1); 495 usage(groups, 0); 497 usage(groups, 1); 510 int r = process_test_option(groups, v[i]); 524 for (i = 0; groups[i].prefix; ++i) { [all …]
|
| H A D | tinytest.h | 91 #define tinytest_skip(groups, named) \ argument 92 tinytest_set_flag_(groups, named, 1, TT_SKIP) 101 int tinytest_main(int argc, const char **argv, struct testgroup_t *groups);
|
| H A D | tinytest_demo.c | 251 struct testgroup_t groups[] = { variable 291 return tinytest_main(c, v, groups); in main()
|
| /libevent-2.1.12/ |
| H A D | ChangeLog-2.0 | 575 o Fix a nasty dangling-event bug when using rate-limiting groups (0bffe43) 647 o Add an interface to expose min_share in ratelimiting groups (6ae53d6) 736 o Functions to manipulate existing rate limiting groups. (ee41aca)
|