pub fn ktstr_main() -> !Expand description
Nextest protocol handler.
Called automatically by [ktstr_test_early_dispatch] when running
under nextest with --exact <ktstr_or_gauntlet_name>.
Not intended for direct use.
--list --format terse: outputktstr/{name}: test\nfor base tests andgauntlet/{name}/{preset}: test\nfor gauntlet variants. (Discovery usesktstr_list_onlyinstead to allow libtest to print its own list afterward; this branch is preserved for direct callers ofktstr_main.)--exact NAME --nocapture: run the named test, exit 0/1.