10 lines
173 B
Rust
Raw Normal View History

2018-12-10 17:06:55 -08:00
#[test]
fn test_printf() {
2018-12-27 01:46:41 -06:00
assert_emscripten_output!(
"../../emtests/printf.wasm",
"printf",
vec![],
"../../emtests/printf.out"
);
2018-12-10 17:06:55 -08:00
}