From 94d4ee03a366c812d58959efbe5e0c85b166ce84 Mon Sep 17 00:00:00 2001 From: gregor-anich-uibk <63648071+gregor-anich-uibk@users.noreply.github.com> Date: Sat, 8 Aug 2020 14:22:22 +0200 Subject: st7735: Extend test to also cover unknown commands [ gsi: rephrased commit message, trimmed down capture for test ] --- decoder/test/st7735/test.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'decoder/test/st7735/test.conf') diff --git a/decoder/test/st7735/test.conf b/decoder/test/st7735/test.conf index 318e4e9..fd17013 100644 --- a/decoder/test/st7735/test.conf +++ b/decoder/test/st7735/test.conf @@ -2,3 +2,8 @@ test st7735_snippet protocol-decoder st7735 channel cs=0 channel dc=2 channel mosi=3 channel clk=4 input display/st7735/st7735_snippet.sr output st7735 annotation match st7735_snippet.output + +test st7735_unknown_command_snippet + protocol-decoder st7735 channel cs=0 channel dc=2 channel mosi=3 channel clk=4 + input display/st7735/st7735_unknown_command_snippet.sr + output st7735 annotation match st7735_unknown_command_snippet.output -- cgit v1.2.3-54-g00ecf