wasmer/lib/emscripten/tests/emtests/test_getopt.rs
2019-01-10 21:38:10 -08:00

11 lines
203 B
Rust

#[test]
#[ignore]
fn test_test_getopt() {
assert_emscripten_output!(
"../../emtests/test_getopt.wasm",
"test_getopt",
vec![],
"../../emtests/test_getopt.out"
);
}