Skip to content

Commit aca5a09

Browse files
committed
selftests/mount_setattr: fix to make run_tests failure
make run_tests doesn't run the test. Fix Makefile to set TEST_GEN_PROGS instead of TEST_GEN_FILES to fix the problem. run_tests runs TEST_GEN_PROGS, TEST_CUSTOM_PROGS, and TEST_PROGS. TEST_GEN_FILES is for files generated by tests. Signed-off-by: Shuah Khan <[email protected]>
1 parent d8e45bf commit aca5a09

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/mount_setattr

1 file changed

+1
-1
lines changed

tools/testing/selftests/mount_setattr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Makefile for mount selftests.
33
CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
44

5-
TEST_GEN_FILES += mount_setattr_test
5+
TEST_GEN_PROGS := mount_setattr_test
66

77
include ../lib.mk

0 commit comments

Comments
 (0)