1
0
forked from ROMEO/nexosim

Exclude non-loom test when asynchronix_loom set

This commit is contained in:
Serge Barral
2023-08-14 14:18:46 +02:00
parent 484b74b3ec
commit 6ffa685c90
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#[cfg(not(asynchronix_loom))]
mod model_scheduling;
#[cfg(not(asynchronix_loom))]
mod simulation_scheduling;