1
0
Fork 0
forked from wry/wry

it: run tests in parallel

This commit is contained in:
Julian Orth 2022-05-03 12:45:20 +02:00
parent 09d9f2ccbb
commit fa8d079c72
4 changed files with 64 additions and 12 deletions

View file

@ -13,6 +13,7 @@ pub mod hex;
pub mod linkedlist;
pub mod log_on_drop;
pub mod nonblock;
pub mod num_cpus;
pub mod numcell;
pub mod oserror;
pub mod ptr_ext;