re-add mod tests but behind the test cfg

This commit is contained in:
John Murray 2023-12-02 14:38:16 -05:00
parent 07034faa0a
commit eff157333e
No known key found for this signature in database

View file

@ -1,5 +1,8 @@
mod frame;
mod instance;
#[cfg(test)]
mod tests;
mod value_store;
pub mod wasi;