summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2021-09-22 14:48:12 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2021-12-22 13:56:16 -0600
commit1fbdd29d45757360ad4c12663374879ac1f1a9bd (patch)
tree2be229e42fe2d8226fe290a750b479f411d32a65 /test/test.rs
parente2298bb098e6a37b0c4f39f4e1d5b06a9b9243e2 (diff)
downloadnix-1fbdd29d45757360ad4c12663374879ac1f1a9bd.zip
Enable sched_get/setaffinity on DragonFly BSD
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index aade937a..922caa5f 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",