linux/tools/testing/selftests/filesystems/mntns_cleanup/Makefile
Noah Orlando 3452eecbcc
selftests/filesystems: add mntns cleanup test
Verify that destroying a mount namespace keeps its mounts connected.

Signed-off-by: Noah Orlando <Noah.Orlando@deshaw.com>
Link: https://patch.msgid.link/20260706182559.2496448-4-Noah.Orlando@deshaw.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-07-31 10:09:09 +02:00

7 lines
135 B
Makefile

# SPDX-License-Identifier: GPL-2.0
TEST_GEN_PROGS := mntns_cleanup_test
CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES)
include ../../lib.mk