From d2c173c74b4eede2b80539c250ac0d0619e261ff Mon Sep 17 00:00:00 2001 From: BenediktO Date: Sun, 1 Dec 2019 13:52:56 +0100 Subject: ir_rc6: Add test files --- decoder/test/ir_rc6/test.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 decoder/test/ir_rc6/test.conf (limited to 'decoder/test/ir_rc6/test.conf') diff --git a/decoder/test/ir_rc6/test.conf b/decoder/test/ir_rc6/test.conf new file mode 100644 index 0000000..aaf1f1f --- /dev/null +++ b/decoder/test/ir_rc6/test.conf @@ -0,0 +1,19 @@ +test exception_samplerate + protocol-decoder ir_rc6 + input misc/no-samplerate.sr + output ir_rc6 exception match SamplerateError + +test kathrein_rc674_numbers + protocol-decoder ir_rc6 channel ir=0 + input ir/rc-6/kathrein/kathrein_rc674_numbers.sr + output ir_rc6 annotation match kathrein_rc674_numbers.output + +test philips_rc2143604_numbers + protocol-decoder ir_rc6 channel ir=0 + input ir/rc-6/philips/philips_rc2143604_numbers.sr + output ir_rc6 annotation match philips_rc2143604_numbers.output + +test philips_unknown_numbers + protocol-decoder ir_rc6 channel ir=0 + input ir/rc-6/philips/philips_unknown_numbers.sr + output ir_rc6 annotation match philips_unknown_numbers.output -- cgit v1.2.3-54-g00ecf