]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/test/test.conf
pdtests: Check for SamplerateError in all PDs that emit it.
[libsigrokdecode.git] / decoders / uart / test / test.conf
index b5f0f0d571f5918b3e64a5846451a617610e916b..a071c627a21a41956edf7e98995eefa2dda5adb0 100644 (file)
@@ -1,5 +1,5 @@
 test trekstor_ebr30_a
-       protocol-decoder uart probe rx=1
+       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
@@ -8,3 +8,8 @@ test trekstor_ebr30_a
        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
+