On 29/04/2016 07:11, Fam Zheng wrote: > > +int main(int argc, char **argv) > > +{ > > + init_clocks(); > > + > > + g_test_init(&argc, &argv, NULL); > > + g_test_add_func("/aio/multi/lifecycle", test_lifecycle); > > + if (g_test_quick()) { > > + g_test_add_func("/aio/multi/schedule", test_multi_co_schedule_1); > > + } else { > > + g_test_add_func("/aio/multi/schedule", test_multi_co_schedule_10); > > Should they use different path names, like /aio/multi/schedule/{1,10}?
rcutorture doesn't. I guess it might be changed too, but I don't think it's too important since the only difference is the duration. I've applied all your other suggestions. Paolo