Added emtests

This commit is contained in:
Syrus
2018-12-10 17:06:55 -08:00
parent 44a745e4f5
commit 5796b172d1
15 changed files with 8450 additions and 75 deletions

View File

@ -27,5 +27,7 @@ pub mod common;
pub mod sighandler;
#[cfg(test)]
mod spectests;
#[cfg(test)]
mod emtests;
pub mod update;
pub mod webassembly;