Commit abfe3c45 authored by Joe Lawrence's avatar Joe Lawrence Committed by Petr Mladek

selftests/livepatch: use TEST_PROGS for test scripts

Adrian reports that 'make -C tools clean' results in removal of the
livepatch selftest shell scripts.

As per the selftest lib.mk file, TEST_PROGS are for test shell scripts,
not TEST_GEN_PROGS.  Adjust the livepatch selftest Makefile accordingly.
Reported-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Signed-off-by: default avatarJoe Lawrence <joe.lawrence@redhat.com>
Tested-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Signed-off-by: default avatarPetr Mladek <pmladek@suse.com>
parent f9d13814
# SPDX-License-Identifier: GPL-2.0
TEST_GEN_PROGS := \
TEST_PROGS := \
test-livepatch.sh \
test-callbacks.sh \
test-shadow-vars.sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment