diff options
author | Kees Cook <keescook@chromium.org> | 2020-01-09 21:02:06 -0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-01-10 14:50:28 -0700 |
commit | 46d1a0f03d6611659420c3ddde28da3f3f134a3f (patch) | |
tree | 477253d86477c16817660c794b2defcadae04189 /tools/testing/selftests/Makefile | |
parent | 192c197cbca599321de95a4cf15c2fa0681140d3 (diff) | |
download | talos-op-linux-46d1a0f03d6611659420c3ddde28da3f3f134a3f.tar.gz talos-op-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/Makefile | 1 |
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 |