pub fn compile_target<C: Compiler<CompilerContract = Contract>>(
target_path: &Path,
project: &Project<C>,
quiet: bool,
) -> Result<ProjectCompileOutput<C>>where
DynamicTestLinkingPreprocessor: Preprocessor<C>,Expand description
Compiles target file path.
If quiet no solc related output will be emitted to stdout.
Note: this expects the target_path to be absolute