[PATCH 2/2] kselftest/vm: Add test_hmm.sh to TEST_FILES

From: Alistair Popple
Date: Mon May 24 2021 - 09:03:38 EST


This ensures targets such as 'make install' copy test_hmm.sh into the
target directoy.

Signed-off-by: Alistair Popple <apopple@xxxxxxxxxx>
---
tools/testing/selftests/vm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
index 110751ce8701..202fc643de88 100644
--- a/tools/testing/selftests/vm/Makefile
+++ b/tools/testing/selftests/vm/Makefile
@@ -80,7 +80,7 @@ endif

TEST_PROGS := run_vmtests.sh

-TEST_FILES := test_vmalloc.sh
+TEST_FILES := test_vmalloc.sh test_hmm.sh

KSFT_KHDR_INSTALL := 1
include ../lib.mk
--
2.20.1