Skip to content

Commit 6ec877f

Browse files
committed
Run make clean as part of the build_ffi test.
This handles situations such as switching between the stable and nightly rustc where we might need to rebuild libmp4parse.a.out.
1 parent ccde32b commit 6ec877f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mp4parse_capi/tests/build_ffi_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ fn build_ffi_test() {
66
let output = Command::new("make")
77
.arg("-C")
88
.arg("examples")
9+
.arg("clean")
910
.arg("check")
1011
.output()
1112
.expect("failed to execute process");

0 commit comments

Comments
 (0)