Move top-level native program tests to their respective crates

This commit is contained in:
Greg Fitzgerald
2019-03-02 20:56:49 -07:00
committed by Grimes
parent 037fcf6b3d
commit b830449f23
8 changed files with 67 additions and 104 deletions

View File

@ -3,6 +3,7 @@ pub mod appendvec;
pub mod bank;
pub mod bloom;
mod hash_queue;
pub mod loader_utils;
mod runtime;
mod status_cache;