Function embed_resource::compile_for_tests
source ยท pub fn compile_for_tests<T: AsRef<Path>, Ms: AsRef<OsStr>, Mi: IntoIterator<Item = Ms>>(
resource_file: T,
macros: Mi,
)Expand description
Likewise, but only link the resource to test binaries.
Only available since rustc 1.60.0, does nothing before.