Add test module to tm

This commit is contained in:
Quentin Legot 2023-03-22 15:52:48 +01:00
parent 1b44949842
commit ca9f458a7e

View File

@ -189,4 +189,11 @@ impl ThreadManager {
self.g_thread_to_be_destroyed = thread
}
}
#[cfg(test)]
mod test {
}