wasmer/lib/runtime/tests/spectests/mod.rs

76 lines
1.4 KiB
Rust

// Rust test file autogenerated with cargo build (build/spectests.rs).
// Please do NOT modify it by hand, as it will be reset on next build.
// The _common module is not autogenerated, as it provides common functions for the spectests
mod _common;
#[cfg(not(feature = "fast-tests"))]
mod address;
mod align;
mod binary;
mod block;
mod br;
mod br_if;
mod br_table;
mod break_drop;
mod call;
mod call_indirect;
mod comments;
mod const_;
#[cfg(not(feature = "fast-tests"))]
mod conversions;
mod custom;
mod data;
mod elem;
mod endianness;
mod exports;
#[cfg(not(feature = "fast-tests"))]
mod f32_;
#[cfg(not(feature = "fast-tests"))]
mod f32_bitwise;
#[cfg(not(feature = "fast-tests"))]
mod f32_cmp;
#[cfg(not(feature = "fast-tests"))]
mod f64_;
#[cfg(not(feature = "fast-tests"))]
mod f64_bitwise;
#[cfg(not(feature = "fast-tests"))]
mod f64_cmp;
mod fac;
mod float_literals;
mod float_memory;
#[cfg(not(feature = "fast-tests"))]
mod float_misc;
mod forward;
mod func;
mod func_ptrs;
mod get_local;
mod globals;
#[cfg(not(feature = "fast-tests"))]
mod i32_;
#[cfg(not(feature = "fast-tests"))]
mod i64_;
mod if_;
mod int_exprs;
mod int_literals;
mod labels;
mod left_to_right;
mod loop_;
mod memory;
mod memory_grow;
mod memory_redundancy;
mod memory_trap;
mod nop;
mod return_;
mod select;
mod set_local;
mod stack;
mod start;
mod store_retval;
mod switch;
mod tee_local;
mod token;
mod traps;
mod typecheck;
mod types;
mod unwind;