Searched defs:test_exec_data (Results 1 – 1 of 1) sorted by relevance
194 struct test_exec_data : public exec_data { struct196 const std::shared_ptr< scheduler::interface > interface;201 const config::tree user_config;207 bool needs_cleanup;214 optional< executor::exit_handle > exit_handle;222 test_exec_data(const model::test_program_ptr test_program_, in test_exec_data() argument