]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
gunit: Add unit tests for cgroup_chown_chmod_tasks()
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Jul 2020 18:36:07 +0000 (12:36 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 30 Jul 2020 15:24:47 +0000 (09:24 -0600)
commitc24f45220867e377a4979cc0c7a3ea56e7ba3809
treef15065a041ef882fcb95c1abb3a0ace097898762
parentd87afbb6d88c1fb324a8b598cca62641313510d8
gunit: Add unit tests for cgroup_chown_chmod_tasks()

This commit adds unit tests for cgroup_chown_chmod_tasks().

[----------] 1 test from ChownChmodTasksTest
[ RUN      ] ChownChmodTasksTest.SuccessfulChownChmod
[       OK ] ChownChmodTasksTest.SuccessfulChownChmod (0 ms)
[----------] 1 test from ChownChmodTasksTest (0 ms total)

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
gunit/010-cgroup_chown_chmod_tasks.cpp [new file with mode: 0644]
gunit/Makefile.am