From 87e974cbd6b631a6c75704e8befb61d48f37fd68 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 6 Sep 2018 01:21:27 +0200 Subject: swim: Add test-cases for binary output. --- decoder/test/swim/test.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'decoder/test/swim/test.conf') 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 -- cgit v1.2.3-54-g00ecf