1 2 3 4 5 6 7 8 9 10 11 12 13 14
#[cfg(test)] mod tests { #![allow(unused_imports)] use super::*; use bund_stdlib_analysis::*; use bundcore::bundcore::Bund; #[test] fn test_library1() { let mut bund = Bund::new(); let _ = init_lib(&mut bund).unwrap(); } }