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

10 lines
201 B
Rust
Raw Normal View History

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