1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-07-11 14:21:34 +00:00
Files
wasmer/lib/emscripten/tests/emtests/test_ccall.rs

11 lines
199 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
#[ignore]
fn test_test_ccall() {
assert_emscripten_output!(
"../../emtests/test_ccall.wasm",
"test_ccall",
vec![],
"../../emtests/test_ccall.out"
);
}