wasmer/lib/emscripten-tests/tests/emtests/test_pipe.rs

11 lines
195 B
Rust
Raw Normal View History

2019-03-01 18:54:39 +00:00
#[test]
2019-04-05 18:24:27 +00:00
#[ignore]
fn test_test_pipe() {
assert_emscripten_output!(
"../../emtests/test_pipe.wasm",
"test_pipe",
vec![],
"../../emtests/test_pipe.out"
);
2019-03-01 18:54:39 +00:00
}