selftests: lib.mk: Also install "config" and "settings"
authorKees Cook <keescook@chromium.org>
Thu, 27 May 2021 03:17:54 +0000 (20:17 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 8 Jun 2021 01:18:28 +0000 (19:18 -0600)
commitde53fa9baa701963722e9fa3d0fe34b897104497
treebf368606c038d5e48249f2d1759f3bd1fbf0c376
parent6daf076b717d189f4d02a303d45edd5732341ec1
selftests: lib.mk: Also install "config" and "settings"

Installed seccomp tests would time out because the "settings" file was
missing. Install both "settings" (needed for proper test execution) and
"config" (needed for informational purposes) with the other test
targets.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/lib.mk