added gen test

This commit is contained in:
Theo Felippe 2021-11-11 08:23:40 +00:00
parent f82ca36b19
commit dfd14f8e49
2 changed files with 31 additions and 0 deletions

View file

@ -12,6 +12,7 @@ pub mod gen_primitives;
pub mod gen_records;
pub mod gen_set;
pub mod gen_str;
pub mod gen_result;
pub mod gen_tags;
mod helpers;
pub mod wasm_str;