mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-20 08:42:06 +00:00
Test that forward and backward iteration works correctly. Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-8-6e3cdaf9b280@kernel.org Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
TEST_GEN_PROGS := owner pidns iterate_mntns
|
|
|
|
CFLAGS := -Wall -Werror
|
|
|
|
include ../../lib.mk
|