11 lines
195 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!(
"../../emtests/test_pipe.wasm",
"test_pipe",
vec![],
"../../emtests/test_pipe.out"
);
2019-03-01 10:54:39 -08:00
}