aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2018-10-16 15:09:31 +0100
committerShuah Khan <shuah@kernel.org>2018-11-06 09:27:17 -0700
commite55c884ea5c66a29a713d41ed0819fee8038762b (patch)
tree4be86e1cfc950aba03dade75746c4cc00c56a91c /tools/testing/selftests/Makefile
parentLinux 4.20-rc1 (diff)
downloadlinux-dev-e55c884ea5c66a29a713d41ed0819fee8038762b.tar.xz
linux-dev-e55c884ea5c66a29a713d41ed0819fee8038762b.zip
media: rc: self test for IR encoders and decoders
ir-loopback can transmit IR on one rc device and check the correct scancode and protocol is decoded on a different rc device. This can be used to check IR transmission between two rc devices. Using rc-loopback, we use it to check the IR encoders and decoders themselves. No hardware is required for this test. Signed-off-by: Sean Young <sean@mess.org> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Shuah Khan <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index f1fe492c8e17..995034ea5546 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -15,6 +15,7 @@ TARGETS += futex
TARGETS += gpio
TARGETS += intel_pstate
TARGETS += ipc
+TARGETS += ir
TARGETS += kcmp
TARGETS += kvm
TARGETS += lib