From 16d693406078b461d5a91e3e382690d136754be9 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Wed, 22 Sep 2021 20:09:42 -0500 Subject: [PATCH] Enable scheduler tests on DragonflyBSD --- test/test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.rs b/test/test.rs index b882d17485..440413c369 100644 --- a/test/test.rs +++ b/test/test.rs @@ -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",