test fixes
This commit is contained in:
@@ -3,3 +3,8 @@ pub mod test_protected_store;
|
||||
pub mod test_table_store;
|
||||
pub mod test_veilid_config;
|
||||
pub mod test_veilid_core;
|
||||
|
||||
use super::*;
|
||||
|
||||
pub use dht::tests::*;
|
||||
pub use network_manager::tests::*;
|
||||
|
@@ -1,3 +1,5 @@
|
||||
pub mod common;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod native;
|
||||
|
||||
use super::*;
|
||||
|
Reference in New Issue
Block a user