All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: livepatch use TEST_PROGS for test shell scripts
@ 2019-04-12  1:18 ` shuah
  0 siblings, 0 replies; 24+ messages in thread
From: Shuah Khan @ 2019-04-12  1:18 UTC (permalink / raw)
  To: jpoimboe, jikos, mbenes, pmladek, joe.lawrence, shuah
  Cc: live-patching, linux-kselftest, linux-kernel

TEST_PROGS variable is for test shell scripts and common clean target
in lib.mk doesn't touch them. TEST_GEN_PROGS are removed by it.

Fix it to use TEST_PROGS for test shell scripts and TEST_PROGS_EXTENDED
for common functions.sh.

Signed-off-by: Shuah Khan <shuah@kernel.org>
---
 tools/testing/selftests/livepatch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/testing/selftests/livepatch/Makefile b/tools/testing/selftests/livepatch/Makefile
index af4aee79bebb..fd405402c3ff 100644
--- a/tools/testing/selftests/livepatch/Makefile
+++ b/tools/testing/selftests/livepatch/Makefile
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 
-TEST_GEN_PROGS := \
+TEST_PROGS_EXTENDED := functions.sh
+TEST_PROGS := \
 	test-livepatch.sh \
 	test-callbacks.sh \
 	test-shadow-vars.sh
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-04-15 12:42 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12  1:18 [PATCH] selftests: livepatch use TEST_PROGS for test shell scripts Shuah Khan
2019-04-12  1:18 ` Shuah Khan
2019-04-12  1:18 ` shuah
2019-04-12  7:03 ` Miroslav Benes
2019-04-12  7:03   ` Miroslav Benes
2019-04-12  7:03   ` mbenes
2019-04-12 13:26   ` shuah
2019-04-12 13:26     ` shuah
2019-04-12 13:26     ` shuah
2019-04-12 13:37     ` Miroslav Benes
2019-04-12 13:37       ` Miroslav Benes
2019-04-12 13:37       ` mbenes
2019-04-12 17:05       ` shuah
2019-04-12 17:05         ` shuah
2019-04-12 17:05         ` shuah
2019-04-12 18:51         ` Joe Lawrence
2019-04-12 18:51           ` Joe Lawrence
2019-04-12 18:51           ` joe.lawrence
2019-04-12 19:06           ` shuah
2019-04-12 19:06             ` shuah
2019-04-12 19:06             ` shuah
2019-04-15 12:42       ` Petr Mladek
2019-04-15 12:42         ` Petr Mladek
2019-04-15 12:42         ` pmladek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.