1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

tests: add the ability to set resource limits

This commit is contained in:
Michael Debertol 2021-06-02 18:06:56 +02:00
parent dfaaa8c787
commit e5c4681e04
4 changed files with 44 additions and 0 deletions

View file

@ -354,6 +354,7 @@ walkdir = "2.2"
atty = "0.2.14"
[target.'cfg(unix)'.dev-dependencies]
rlimit = "0.4.0"
rust-users = { version="0.10", package="users" }
unix_socket = "0.5.0"