build.rs 157 B

12345
  1. fn main() {
  2. // Turn on the testing feature when "cfg(test)" is given.
  3. #[cfg(feature = "test")]
  4. println!("cargo:rustc-cfg=feature=\"testing\"")
  5. }