std: process: skip tests on xous
Xous does not yet support spawning processes. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
0b800577d1
commit
112d101f88
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
#![stable(feature = "process", since = "1.0.0")]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
|
||||
#[cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx", target_os = "xous"))))]
|
||||
mod tests;
|
||||
|
||||
use crate::io::prelude::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue