wasmer/tests/emtests/test_pipe.rs

11 lines
231 B
Rust
Raw Normal View History

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