1
0
Fork 0
forked from wry/wry

all: fix memory leaks

This commit is contained in:
Julian Orth 2022-05-18 22:42:36 +02:00
parent 56e3eee629
commit e5c0916a25
15 changed files with 147 additions and 54 deletions

View file

@ -7,6 +7,7 @@ use {
testrun::TestRun,
tests::TestCase,
},
leaks,
utils::{errorfmt::ErrorFmt, num_cpus::num_cpus},
},
ahash::AHashMap,
@ -45,6 +46,7 @@ mod tests;
const SINGLE_THREAD: bool = false;
pub fn run_tests() {
leaks::init();
test_logger::install();
test_logger::set_level(Level::Trace);
let it_run = Arc::new(ItRun {