wasmer/src/emtests/mod.rs

11 lines
308 B
Rust
Raw Normal View History

2018-12-10 03:21:28 +00:00
// Rust test file autogenerated with cargo build (build/emtests.rs).
// Please do NOT modify it by hand, as it will be reseted on next build.
2018-12-11 02:42:23 +00:00
// The _common module is not autogenerated, as it provides common macros for the emtests
#[macro_use]
mod _common;
mod clock_gettime;
2018-12-12 05:32:53 +00:00
mod env;
2018-12-11 01:06:55 +00:00
mod printf;
2018-12-15 06:46:11 +00:00
mod puts;