wasmer/src/emtests/clock_gettime.rs

10 lines
204 B
Rust
Raw Normal View History

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