wasmer/src/emtests/mod.rs

9 lines
280 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 puts;
2018-12-11 01:06:55 +00:00
mod printf;