mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
11 lines
223 B
Rust
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"
|
||
|
);
|
||
|
}
|