]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
selftests/livepatch: use TEST_PROGS for test scripts
authorJoe Lawrence <joe.lawrence@redhat.com>
Tue, 26 Mar 2019 15:26:01 +0000 (11:26 -0400)
committerPetr Mladek <pmladek@suse.com>
Wed, 27 Mar 2019 08:57:46 +0000 (09:57 +0100)
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 <adrian.hunter@intel.com>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Tested-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
tools/testing/selftests/livepatch/Makefile

index af4aee79bebbf7e5b2158d3f4e4d95c9e9cfb349..114f43e2081a98d3d36a742ca6a62e8d4581ef09 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 
-TEST_GEN_PROGS := \
+TEST_PROGS := \
        test-livepatch.sh \
        test-callbacks.sh \
        test-shadow-vars.sh