Skip to content

Commit

Permalink
selftests/livepatch: Add functions.sh to TEST_PROGS_EXTENDED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Miroslav Benes authored and Petr Mladek committed Apr 15, 2019
1 parent abfe3c4 commit 802c247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/livepatch/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0

TEST_PROGS_EXTENDED := functions.sh
TEST_PROGS := \
test-livepatch.sh \
test-callbacks.sh \
Expand Down

0 comments on commit 802c247

Please sign in to comment.