Update the build script

This commit is contained in:
Uttarayan Mondal
2021-06-02 13:45:33 +05:30
parent 2ef4802862
commit cd7322bbf2
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ fn test_hello_play() {
#[test]
fn test_hello_save() {
let hello = Speech::new("Hello", Lang::en_us).unwrap();
unsafe { hello.save("target/hello.mp3").unwrap() };
unsafe { hello.save(concat!(env!("OUT_DIR"), "/hello.mp3")).unwrap() };
}
// #[test]