summaryrefslogtreecommitdiff
path: root/decoder/test/swim/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2018-09-06 01:21:27 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-09-06 01:21:27 +0200
commit87e974cbd6b631a6c75704e8befb61d48f37fd68 (patch)
treeea1a09adf71ba6caeb70c2dfd8866c718dc23698 /decoder/test/swim/test.conf
parenta4017fe590013250262f38c90b4d6a9c8d5c2065 (diff)
downloadsigrok-test-87e974cbd6b631a6c75704e8befb61d48f37fd68.tar.gz
sigrok-test-87e974cbd6b631a6c75704e8befb61d48f37fd68.zip
swim: Add test-cases for binary output.
Diffstat (limited to 'decoder/test/swim/test.conf')
-rw-r--r--decoder/test/swim/test.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/decoder/test/swim/test.conf b/decoder/test/swim/test.conf
index 25a86a2..ce0b305 100644
--- a/decoder/test/swim/test.conf
+++ b/decoder/test/swim/test.conf
@@ -2,23 +2,33 @@ test tests_1
protocol-decoder swim channel swim=1
input swim/tests/sample1.sr
output swim annotation match tests/sample1.output
+ output swim binary class rx match tests/sample1.bin_rx
+ output swim binary class tx match tests/sample1.bin_tx
test tests_2
protocol-decoder swim channel swim=1
input swim/tests/sample2.sr
output swim annotation match tests/sample2.output
+ output swim binary class rx match tests/sample2.bin_rx
+ output swim binary class tx match tests/sample2.bin_tx
test tests_3
protocol-decoder swim channel swim=1
input swim/tests/sample3.sr
output swim annotation match tests/sample3.output
+ output swim binary class rx match tests/sample3.bin_rx
+ output swim binary class tx match tests/sample3.bin_tx
test tests_4
protocol-decoder swim channel swim=1
input swim/tests/sample4.sr
output swim annotation match tests/sample4.output
+ output swim binary class rx match tests/sample4.bin_rx
+ output swim binary class tx match tests/sample4.bin_tx
test flash_prog
protocol-decoder swim channel swim=1
input swim/flash_prog/sample1.sr
output swim annotation match flash_prog/sample1.output
+ output swim binary class rx match flash_prog/sample1.bin_rx
+ output swim binary class tx match flash_prog/sample1.bin_tx