From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eva Kurchatova Date: Fri, 21 Aug 2026 18:14:27 +0300 Subject: [Devel] [PATCH vz10] selftests: move_mount_set_group: declare the test as a test Message-ID: <20260821151427.795461-1-eva.kurchatova@virtuozzo.com> List-Id: move_mount_set_group_test is listed in TEST_GEN_FILES, which emit_tests does not walk, so the testsuite installs the binary but no entry in kselftest-list.txt and harnesses report it as not installed. https://virtuozzo.atlassian.net/browse/VSTOR-139678 Feature: fix selftests Signed-off-by: Eva Kurchatova --- tools/testing/selftests/move_mount_set_group/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/move_mount_set_group/Makefile b/tools/testing/selftests/move_mount_set_group/Makefile index 94235846b6f9..d54ff4787520 100644 --- a/tools/testing/selftests/move_mount_set_group/Makefile +++ b/tools/testing/selftests/move_mount_set_group/Makefile @@ -2,6 +2,6 @@ # Makefile for mount selftests. CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -TEST_GEN_FILES += move_mount_set_group_test +TEST_GEN_PROGS += move_mount_set_group_test include ../lib.mk -- 2.55.0