linux-kselftest.vger.kernel.org archive mirror
 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:37 ` Ben Hutchings
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: ben.hutchings @ 2018-04-04 20:37 UTC (permalink / raw)


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 at codethink.co.uk>
---
 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


--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 10+ 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: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-04 20:38   ` Ben Hutchings
2018-04-18 20:38   ` mcgrof
2018-04-18 20:38     ` Luis R. Rodriguez
2018-04-23 10:45     ` gregkh
2018-04-23 10:45       ` Greg Kroah-Hartman
2018-04-18 20:35 ` [PATCH driver-core 1/2] test_firmware: Install all scripts mcgrof
2018-04-18 20:35   ` 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;
as well as URLs for NNTP newsgroup(s).