[Devel] [PATCH vz10] selftests: move_mount_set_group: declare the test as a test

Eva Kurchatova eva.kurchatova at virtuozzo.com
Fri Aug 21 18:14:27 MSK 2026


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 <eva.kurchatova at virtuozzo.com>
---
 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



More information about the Devel mailing list