Function test_runner::run_gdb

source ·
pub fn run_gdb(tests: &[&TestDescAndFn])
Expand description

Run tests using the GdbRunner. This function can be used with the #[test_runner] attribute.