From a4017fe590013250262f38c90b4d6a9c8d5c2065 Mon Sep 17 00:00:00 2001 From: Mike Jagdis Date: Wed, 8 Aug 2018 21:35:00 +0100 Subject: Tests for the decoder for STM8 series MCUs SWIM protocol. Signed-off-by: Mike Jagdis (github: mjagdis) --- decoder/test/swim/test.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 decoder/test/swim/test.conf (limited to 'decoder/test/swim/test.conf') diff --git a/decoder/test/swim/test.conf b/decoder/test/swim/test.conf new file mode 100644 index 0000000..25a86a2 --- /dev/null +++ b/decoder/test/swim/test.conf @@ -0,0 +1,24 @@ +test tests_1 + protocol-decoder swim channel swim=1 + input swim/tests/sample1.sr + output swim annotation match tests/sample1.output + +test tests_2 + protocol-decoder swim channel swim=1 + input swim/tests/sample2.sr + output swim annotation match tests/sample2.output + +test tests_3 + protocol-decoder swim channel swim=1 + input swim/tests/sample3.sr + output swim annotation match tests/sample3.output + +test tests_4 + protocol-decoder swim channel swim=1 + input swim/tests/sample4.sr + output swim annotation match tests/sample4.output + +test flash_prog + protocol-decoder swim channel swim=1 + input swim/flash_prog/sample1.sr + output swim annotation match flash_prog/sample1.output -- cgit v1.2.3-70-g09d2