aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-01-09 21:02:06 -0800
committerShuah Khan <skhan@linuxfoundation.org>2020-01-10 14:50:28 -0700
commit46d1a0f03d6611659420c3ddde28da3f3f134a3f (patch)
tree477253d86477c16817660c794b2defcadae04189 /tools/testing/selftests/Makefile
parentselftests: Uninitialized variable in test_cgcore_proc_migration() (diff)
downloadwireguard-linux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.tar.xz
wireguard-linux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.zip
selftests/lkdtm: Add tests for LKDTM targets
This adds a basic framework for running all the "safe" LKDTM tests. This will allow easy introspection into any selftest logs to examine the results of most LKDTM tests. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 86b2a3fca04d..5182d6078cbc 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -26,6 +26,7 @@ TARGETS += kexec
TARGETS += kvm
TARGETS += lib
TARGETS += livepatch
+TARGETS += lkdtm
TARGETS += membarrier
TARGETS += memfd
TARGETS += memory-hotplug