summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/livepatch/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-02-26 21:06:56 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2020-02-26 21:06:56 +0300
commit2fcc74178f6dc06ecffcd1f601ca3a3e87b3012c (patch)
tree708049263a646f12b540fd8a3cf627e11fc0d3d8 /tools/testing/selftests/livepatch/Makefile
parentcfe2ce49b9da3959015e94b08f7494ade3ee0c49 (diff)
parentef89d0545132d685f73da6f58b7e7fe002536f91 (diff)
downloadlinux-2fcc74178f6dc06ecffcd1f601ca3a3e87b3012c.tar.xz
Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fixes from Shuah Khan: - fixes to TIMEOUT failures and out-of-tree compilation compilation errors from Michael Ellerman. - declutter git status fix from Christophe Leroy * tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/rseq: Fix out-of-tree compilation selftests: Install settings files to fix TIMEOUT failures selftest/lkdtm: Don't pollute 'git status'
Diffstat (limited to 'tools/testing/selftests/livepatch/Makefile')
-rw-r--r--tools/testing/selftests/livepatch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/livepatch/Makefile b/tools/testing/selftests/livepatch/Makefile
index 3876d8d62494..1acc9e1fa3fb 100644
--- a/tools/testing/selftests/livepatch/Makefile
+++ b/tools/testing/selftests/livepatch/Makefile
@@ -8,4 +8,6 @@ TEST_PROGS := \
test-state.sh \
test-ftrace.sh
+TEST_FILES := settings
+
include ../lib.mk