diff options
author | Miroslav Benes <mbenes@suse.cz> | 2019-04-12 16:37:37 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2019-04-15 11:43:21 +0300 |
commit | 802c2471607919f57d7d1f83f0fddd925309e97c (patch) | |
tree | 306f25123a7001c33d63d85cf95381187fbf45f8 /tools | |
parent | abfe3c4560684864f66641438fee3075de098e89 (diff) | |
download | linux-802c2471607919f57d7d1f83f0fddd925309e97c.tar.xz |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/livepatch/Makefile | 1 |
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 \ |