Skip to content

Commit abfe3c4

Browse files
joe-lawrencepmladek
authored andcommitted
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: Adrian Hunter <[email protected]> Signed-off-by: Joe Lawrence <[email protected]> Tested-by: Adrian Hunter <[email protected]> Signed-off-by: Petr Mladek <[email protected]>
1 parent f9d1381 commit abfe3c4

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/livepatch

1 file changed

+1
-1
lines changed

tools/testing/selftests/livepatch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
TEST_GEN_PROGS := \
3+
TEST_PROGS := \
44
test-livepatch.sh \
55
test-callbacks.sh \
66
test-shadow-vars.sh

0 commit comments

Comments
 (0)