Mark McCaskey 6a5efcda98 Update wasi-tests to test multiple versions of WASI
This change also cleans up the `wasi-test` generation a bit.  It's
actually still really, really messy, but at least now it's split up
into easier to understand chunks.

There's still a lot of low-hanging fruit in terms of improving the
readibilty and maintainability of the code.
2020-03-13 15:41:50 -07:00

54 lines
1.4 KiB
Rust

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
// The _common module is not autogenerated. It provides common macros for the wasitests
#[macro_use]
mod _common;
mod snapshot1_close_preopen_fd;
mod snapshot1_create_dir;
mod snapshot1_envvar;
mod snapshot1_fd_allocate;
mod snapshot1_fd_append;
mod snapshot1_fd_close;
mod snapshot1_fd_pread;
mod snapshot1_fd_read;
mod snapshot1_fd_sync;
mod snapshot1_file_metadata;
mod snapshot1_fs_sandbox_test;
mod snapshot1_fseek;
mod snapshot1_hello;
mod snapshot1_isatty;
mod snapshot1_mapdir;
mod snapshot1_path_link;
mod snapshot1_path_rename;
mod snapshot1_path_symlink;
mod snapshot1_poll_oneoff;
mod snapshot1_quine;
mod snapshot1_readlink;
mod snapshot1_wasi_sees_virtual_root;
mod snapshot1_writing;
mod unstable_close_preopen_fd;
mod unstable_create_dir;
mod unstable_envvar;
mod unstable_fd_allocate;
mod unstable_fd_append;
mod unstable_fd_close;
mod unstable_fd_pread;
mod unstable_fd_read;
mod unstable_fd_sync;
mod unstable_file_metadata;
mod unstable_fs_sandbox_test;
mod unstable_fseek;
mod unstable_hello;
mod unstable_isatty;
mod unstable_mapdir;
mod unstable_path_link;
mod unstable_path_rename;
mod unstable_path_symlink;
mod unstable_poll_oneoff;
mod unstable_quine;
mod unstable_readlink;
mod unstable_wasi_sees_virtual_root;
mod unstable_writing;