diff options
author | Miroslav Benes <[email protected]> | 2019-04-12 15:37:37 +0200 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2019-04-15 10:43:21 +0200 |
commit | 802c2471607919f57d7d1f83f0fddd925309e97c (patch) | |
tree | 306f25123a7001c33d63d85cf95381187fbf45f8 | |
parent | abfe3c4560684864f66641438fee3075de098e89 (diff) |
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 <[email protected]>
Signed-off-by: Miroslav Benes <[email protected]>
Acked-by: Joe Lawrence <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
-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 \ |