salsa/tests/parallel/main.rs
Niko Matsakis 7b9c383eb0 improve parallel cycle tests
They now use signals to guarantee we are testing the code paths
we want to be testing.
2021-10-30 11:15:08 -04:00

11 lines
124 B
Rust

mod setup;
mod cancellation;
mod cycles;
mod frozen;
mod independent;
mod race;
mod signal;
mod stress;
mod true_parallel;