usestd::path::PathBuf;pubfnbaserom()-> PathBuf{PathBuf::from(concat!(env!("CARGO_MANIFEST_DIR"),"/tests/baserom.z64"))}/// Check that the baserom exists. It isn't checked into git, so testers should copy theirs to tests/baserom.z64.
#[test]fnbaserom_exists(){assert!(baserom().exists());}