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)
commitabfe3c4560684864f66641438fee3075de098e89
treecc36a0b20bdfca82eff9124222281918edac1415
parentf9d138145686b52b48ccb36557d6842076e2b9dd
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 <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