Skip to content

Commit

Permalink
Enable scheduler tests on DragonflyBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Sep 22, 2021
1 parent dfd72c9 commit 16d6934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.rs
Expand Up @@ -29,6 +29,7 @@ mod test_poll;
#[cfg(not(any(target_os = "redox", target_os = "fuchsia")))]
mod test_pty;
#[cfg(any(target_os = "android",
target_os = "dragonfly",
target_os = "linux"))]
mod test_sched;
#[cfg(any(target_os = "android",
Expand Down

0 comments on commit 16d6934

Please sign in to comment.