wasmer/lib/emscripten/tests/emtests/test_atox.rs

10 lines
185 B
Rust
Raw Normal View History

2018-12-27 07:46:41 +00:00
#[test]
fn test_test_atox() {
assert_emscripten_output!(
"../../emtests/test_atoX.wasm",
"test_atox",
vec![],
"../../emtests/test_atoX.out"
);
}