]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (helpers) simple tool to create a child process
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 23 Apr 2026 01:01:43 +0000 (21:01 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 4 May 2026 15:50:45 +0000 (11:50 -0400)
commitde4e565ba60a7fac32ceee306a462a796ed259b1
tree94e67c1e6f01503a03b764b045afdce46d6a4864
parent4d7c58f9348ea46337e91d6f02747350e82d2b99
tests: (helpers) simple tool to create a child process

This basic helper program can be used to create a child process
to test process attribute inheritances between parent and
child processes, e.g. real-time scheduling attributes with chrt(1)
or utilization clamp settings with uclampset(1), where options
like --reset-on-fork need to be tested.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
meson.build
tests/commands.sh
tests/helpers/Makemodule.am
tests/helpers/test_child_create.c [new file with mode: 0644]