* [Devel] [PATCH vz10] selftests: move_mount_set_group: declare the test as a test
@ 2026-08-21 15:14 Eva Kurchatova
0 siblings, 0 replies; only message in thread
From: Eva Kurchatova @ 2026-08-21 15:14 UTC (permalink / raw)
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@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 15:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 15:14 [Devel] [PATCH vz10] selftests: move_mount_set_group: declare the test as a test Eva Kurchatova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox