diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-10-29 17:41:50 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-10-29 17:41:50 +0100 |
commit | 627ec45acb765e73b52690c164dcbc7d45271db9 (patch) | |
tree | 350bd71626e2c839fa5ebca40ddf91ac31019c98 | |
parent | 7671c7ddb4703ff357c0563177e4af7755a232a3 (diff) | |
download | sigrok-test-627ec45acb765e73b52690c164dcbc7d45271db9.tar.gz sigrok-test-627ec45acb765e73b52690c164dcbc7d45271db9.zip |
pwm: Add shorter test as well.
(this can be used for quick individual tests)
-rw-r--r-- | decoder/test/pwm/test.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/decoder/test/pwm/test.conf b/decoder/test/pwm/test.conf index db9e2eb..26ba597 100644 --- a/decoder/test/pwm/test.conf +++ b/decoder/test/pwm/test.conf @@ -2,3 +2,8 @@ test alsa_test protocol-decoder pwm channel pwm=4 input pwm/alsa_test/pwmtest.sr output pwm annotation match alsa_test.output + +test alsa_test_snippet + protocol-decoder pwm channel pwm=4 + input pwm/alsa_test/pwmtest_snippet.sr + output pwm annotation match alsa_test_snippet.output |