Searched refs:TestNoHarness (Results 1 – 3 of 3) sorted by relevance
39 TestNoHarness, enumerator65 matches!(self, Self::Test | Self::TestNoHarness) in is_test()
1045 CrateType::Test | CrateType::TestNoHarness => { in crate_to_bp_modules()1052 if crate_type == &CrateType::TestNoHarness { in crate_to_bp_modules()
456 out.types.push(CrateType::TestNoHarness); in from_rustc_invocation()