aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/firmware
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2018-04-04 22:37:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 13:03:25 +0200
commit1ecb160199c3c289c660bdb852a9269e243009a8 (patch)
treea983ead4fe62666cbea7899ccf48bc718e21271f /tools/testing/selftests/firmware
parentdrivers: change struct device_driver::coredump() return type to void (diff)
downloadwireguard-linux-1ecb160199c3c289c660bdb852a9269e243009a8.tar.xz
wireguard-linux-1ecb160199c3c289c660bdb852a9269e243009a8.zip
test_firmware: Install all scripts
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/firmware')
-rw-r--r--tools/testing/selftests/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
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