Some merge-related fallout which needs to be cleaned up after we consolidated all of the test suites into one location.
19 lines
286 B
Rust
19 lines
286 B
Rust
mod cli_tests;
|
|
mod custom_signal_handler;
|
|
mod debug;
|
|
mod externals;
|
|
mod func;
|
|
mod fuzzing;
|
|
mod globals;
|
|
mod iloop;
|
|
mod import_calling_export;
|
|
mod import_indexes;
|
|
mod instance;
|
|
mod invoke_func_via_table;
|
|
mod linker;
|
|
mod memory_creator;
|
|
mod name;
|
|
mod stack_overflow;
|
|
mod traps;
|
|
mod wast;
|