Skip to content

Commit ccd2a12

Browse files
Patrick Wangakpm00
authored andcommitted
selftests: vm: add "test_hmm.sh" to TEST_FILES
The "test_hmm.sh" file used by run_vmtests.sh dose not be installed into INSTALL_PATH. Thus run_vmtests.sh can not call it in INSTALL_PATH: --------------------------- running ./test_hmm.sh smoke --------------------------- ./run_vmtests.sh: line 74: ./test_hmm.sh: No such file or directory [FAIL] ----------------------- Add "test_hmm.sh" to TEST_FILES so that it will be installed. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Patrick Wang <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 9aa1af9 commit ccd2a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/vm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ endif
9292
TEST_PROGS := run_vmtests.sh
9393

9494
TEST_FILES := test_vmalloc.sh
95+
TEST_FILES += test_hmm.sh
9596

9697
KSFT_KHDR_INSTALL := 1
9798
include ../lib.mk

0 commit comments

Comments
 (0)