Don't rebuild the test suite if wast files change (#787)
They're read dynamically so there's no need to rebuild the test suite, it'll automatically pick up the changes when it's read while the tests are executed.
This commit is contained in:
1
build.rs
1
build.rs
@@ -139,7 +139,6 @@ fn write_testsuite_tests(
|
|||||||
strategy: &str,
|
strategy: &str,
|
||||||
) -> anyhow::Result<()> {
|
) -> anyhow::Result<()> {
|
||||||
let path = path.as_ref();
|
let path = path.as_ref();
|
||||||
println!("cargo:rerun-if-changed={}", path.display());
|
|
||||||
let testname = extract_name(path);
|
let testname = extract_name(path);
|
||||||
|
|
||||||
writeln!(out, "#[test]")?;
|
writeln!(out, "#[test]")?;
|
||||||
|
|||||||
Reference in New Issue
Block a user