Re-enable component model *.wast tests (#4577)
* Re-enable component model `*.wast` tests These accidentally stopped running as part of #4556 on CI since I forgot one more location to touch a feature gate. * Enable logging in component tests This is a small convenience to get log messages during testing for components by default.
This commit is contained in:
4
build.rs
4
build.rs
@@ -28,9 +28,7 @@ fn main() -> anyhow::Result<()> {
|
||||
test_directory_module(out, "tests/misc_testsuite/simd", strategy)?;
|
||||
test_directory_module(out, "tests/misc_testsuite/threads", strategy)?;
|
||||
test_directory_module(out, "tests/misc_testsuite/memory64", strategy)?;
|
||||
if cfg!(feature = "component-model") {
|
||||
test_directory_module(out, "tests/misc_testsuite/component-model", strategy)?;
|
||||
}
|
||||
test_directory_module(out, "tests/misc_testsuite/component-model", strategy)?;
|
||||
Ok(())
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user