forked from ROMEO/nexosim
Exclude non-loom test when asynchronix_loom
set
This commit is contained in:
4
asynchronix/tests/tests.rs
Normal file
4
asynchronix/tests/tests.rs
Normal file
@ -0,0 +1,4 @@
|
||||
#[cfg(not(asynchronix_loom))]
|
||||
mod model_scheduling;
|
||||
#[cfg(not(asynchronix_loom))]
|
||||
mod simulation_scheduling;
|
Reference in New Issue
Block a user