MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / build_unit_test

Method build_unit_test

parser/src/def/workspace.rs:217–224  ·  view source on GitHub ↗

Finished test [unoptimized + debuginfo] target(s) in 0.02s Executable unittests src/lib.rs (target/debug/deps/quick_sort-c42cff5519f79ed2)

(&self)

Source from the content-addressed store, hash-verified

215 // Finished test [unoptimized + debuginfo] target(s) in 0.02s
216 // Executable unittests src/lib.rs (target/debug/deps/quick_sort-c42cff5519f79ed2)
217 pub fn build_unit_test(&self) -> Result<Output> {
218 let output = self
219 .get_unit_test_cmd()
220 .arg("--no-run")
221 .stderr(Stdio::inherit())
222 .output()?;
223 Ok(output)
224 }
225
226 /// Get path of unit test executable.
227 ///

Callers 1

run_unit_testFunction · 0.80

Calls 2

get_unit_test_cmdMethod · 0.80
outputMethod · 0.45

Tested by

no test coverage detected