diff options
| author | Aleksa Sarai <cyphar@cyphar.com> | 2025-08-07 03:55:24 +1000 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-08-11 14:52:41 +0200 |
| commit | df579e471111b9f8691d75c980f59cc085fa97a3 (patch) | |
| tree | 1bd1a4e455efd4d7ac7db6e116bb03bdea09de68 /tools/testing/selftests/filesystems/Makefile | |
| parent | 72d271a7baa7062cb27e774ac37c5459c6d20e22 (diff) | |
| download | linux-df579e471111b9f8691d75c980f59cc085fa97a3.tar.gz linux-df579e471111b9f8691d75c980f59cc085fa97a3.zip | |
selftests/filesystems: add basic fscontext log tests
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Link: https://lore.kernel.org/20250807-fscontext-log-cleanups-v3-2-8d91d6242dc3@cyphar.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/filesystems/Makefile')
| -rw-r--r-- | tools/testing/selftests/filesystems/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile index 73d4650af1a5..85427d7f19b9 100644 --- a/tools/testing/selftests/filesystems/Makefile +++ b/tools/testing/selftests/filesystems/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 CFLAGS += $(KHDR_INCLUDES) -TEST_GEN_PROGS := devpts_pts file_stressor anon_inode_test kernfs_test +TEST_GEN_PROGS := devpts_pts file_stressor anon_inode_test kernfs_test fclog TEST_GEN_PROGS_EXTENDED := dnotify_test include ../lib.mk |
