diff options
| author | Aleksa Sarai <cyphar@cyphar.com> | 2025-08-05 15:45:11 +1000 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-09-02 11:40:20 +0200 |
| commit | 5554d820f71c72fbe64e12c3d171908c5ef7257d (patch) | |
| tree | d4f36a7757be29fcc2537cb1b4b8d7c862aaeee0 /tools/testing/selftests/proc/Makefile | |
| parent | fe49652e36bb4337330d24dce7d571a49f824605 (diff) | |
| download | linux-next-5554d820f71c72fbe64e12c3d171908c5ef7257d.tar.gz linux-next-5554d820f71c72fbe64e12c3d171908c5ef7257d.zip | |
selftests/proc: add tests for new pidns APIs
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Link: https://lore.kernel.org/20250805-procfs-pidns-api-v4-4-705f984940e7@cyphar.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/proc/Makefile')
| -rw-r--r-- | tools/testing/selftests/proc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/proc/Makefile b/tools/testing/selftests/proc/Makefile index 50aba102201a..be3013515aae 100644 --- a/tools/testing/selftests/proc/Makefile +++ b/tools/testing/selftests/proc/Makefile @@ -28,5 +28,6 @@ TEST_GEN_PROGS += setns-sysvipc TEST_GEN_PROGS += thread-self TEST_GEN_PROGS += proc-multiple-procfs TEST_GEN_PROGS += proc-fsconfig-hidepid +TEST_GEN_PROGS += proc-pidns include ../lib.mk |
