Searched refs:run_serial_test (Results 1 – 1 of 1) sorted by relevance
141 void (*run_serial_test)(void); member692 .run_serial_test = &serial_test_##name, \1108 else if (test->run_serial_test) in run_one_test()1109 test->run_serial_test(); in run_one_test()1236 if (!test->should_run || test->run_serial_test) in dispatch_thread()1413 if (!test->should_run || !test->run_serial_test) in server_main()1671 if ((test->run_test == NULL && test->run_serial_test == NULL) || in main()1672 (test->run_test != NULL && test->run_serial_test != NULL)) { in main()
Completed in 5 milliseconds