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

11 lines
223 B
Rust

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