public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH driver-core 1/2] test_firmware: Install all scripts
@ 2018-04-04 20:37 Ben Hutchings
  2018-04-04 20:38 ` [PATCH driver-core 2/2] test_firmware: fix setting old custom fw path back on exit, second try Ben Hutchings
  2018-04-18 20:35 ` [PATCH driver-core 1/2] test_firmware: Install all scripts Luis R. Rodriguez
  0 siblings, 2 replies; 5+ messages in thread
From: Ben Hutchings @ 2018-04-04 20:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Luis R. Rodriguez
  Cc: Shuah Khan, linux-kselftest, linux-kernel

List all the scripts invoked by fw_run_tests.sh, so that
"make TARGETS=firmware install" keeps working.

Fixes: 29a1c00ce1df8 ("test_firmware: add simple firmware firmware test ...")
Fixes: b3cf21fae1fe0 ("test_firmware: test three firmware kernel configs ...")
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Acked-by: Luis R. Rodriguez <mcgrof@kernel.org>
---
 tools/testing/selftests/firmware/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/firmware/Makefile b/tools/testing/selftests/firmware/Makefile
index 826f38d5dd19..261c81f08606 100644
--- a/tools/testing/selftests/firmware/Makefile
+++ b/tools/testing/selftests/firmware/Makefile
@@ -4,6 +4,7 @@
 all:
 
 TEST_PROGS := fw_run_tests.sh
+TEST_FILES := fw_fallback.sh fw_filesystem.sh fw_lib.sh
 
 include ../lib.mk
 
-- 
2.16.2

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

end of thread, other threads:[~2018-04-23 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 20:37 [PATCH driver-core 1/2] test_firmware: Install all scripts Ben Hutchings
2018-04-04 20:38 ` [PATCH driver-core 2/2] test_firmware: fix setting old custom fw path back on exit, second try Ben Hutchings
2018-04-18 20:38   ` Luis R. Rodriguez
2018-04-23 10:45     ` Greg Kroah-Hartman
2018-04-18 20:35 ` [PATCH driver-core 1/2] test_firmware: Install all scripts Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox