aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Benes <mbenes@suse.cz>2019-04-12 15:37:37 +0200
committerPetr Mladek <pmladek@suse.com>2019-04-15 10:43:21 +0200
commit802c2471607919f57d7d1f83f0fddd925309e97c (patch)
tree306f25123a7001c33d63d85cf95381187fbf45f8
parentselftests/livepatch: use TEST_PROGS for test scripts (diff)
downloadlinux-dev-802c2471607919f57d7d1f83f0fddd925309e97c.tar.xz
linux-dev-802c2471607919f57d7d1f83f0fddd925309e97c.zip
selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDED
Add functions.sh to TEST_PROGS_EXTENDED so that it is installed along with the rest of the selftests and they can be run. Originally-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
-rw-r--r--tools/testing/selftests/livepatch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/livepatch/Makefile b/tools/testing/selftests/livepatch/Makefile
index 114f43e2081a..fd405402c3ff 100644
--- a/tools/testing/selftests/livepatch/Makefile
+++ b/tools/testing/selftests/livepatch/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+TEST_PROGS_EXTENDED := functions.sh
TEST_PROGS := \
test-livepatch.sh \
test-callbacks.sh \