diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-01 17:38:09 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-01 18:05:46 +0200 |
commit | c414f1996bec719dda64ca5731fea78f1d48887a (patch) | |
tree | 2216c38f94ae1ebce7c8b3efb2d8c4b2faf6730b /decoders/uart/test/test.conf | |
parent | 586361052b414d9e17fdecf54c5db0282c25339f (diff) | |
download | libsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.tar.gz libsigrokdecode-c414f1996bec719dda64ca5731fea78f1d48887a.zip |
PD tests moved into the sigrok-test repo.
Drop them from the libsigrokdecode repository.
Diffstat (limited to 'decoders/uart/test/test.conf')
-rw-r--r-- | decoders/uart/test/test.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/decoders/uart/test/test.conf b/decoders/uart/test/test.conf deleted file mode 100644 index a071c62..0000000 --- a/decoders/uart/test/test.conf +++ /dev/null @@ -1,15 +0,0 @@ -test trekstor_ebr30_a - protocol-decoder uart channel rx=1 - input uart/trekstor_ebr30_a/trekstor_ebr30_a_uart.sr - output uart annotation class rx-data match trekstor_rx.output - output uart annotation class tx-data match trekstor_tx.output - output uart annotation match trekstor.output - output uart binary class rx match trekstor_bin_rx.output - output uart binary class tx match trekstor_bin_tx.output - output uart binary class rxtx match trekstor_bin_rx.output - -test exception_samplerate - protocol-decoder uart - input misc/no-samplerate.sr - output uart exception match SamplerateError - |