Fix std tests for wasm32-wasip2 target

This commit is contained in:
Nicola Krumschmidt
2024-09-04 02:18:32 +02:00
parent 3b11c82a3d
commit 87f17f3ccb
29 changed files with 125 additions and 45 deletions

View File

@@ -1,4 +1,12 @@
#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx", target_os = "xous"))))]
#[cfg(all(
test,
not(any(
target_os = "emscripten",
all(target_os = "wasi", target_env = "p1"),
target_env = "sgx",
target_os = "xous"
))
))]
mod tests;
use crate::fmt;