summaryrefslogtreecommitdiff
path: root/decoder/test/ir_nec
AgeCommit message (Collapse)Author
2020-08-18ir_nec: catch up with STOP bit width adjustmentGerhard Sittig
The decoder implementation changed the STOP width from 0.652ms to 0.562ms, which affects the STOP bit and the REMOTE button code annotations' end.
2020-07-26ir_nec: add tests for extended NEC protocol (failed and passed)Gerhard Sittig
A capture with extended NEC protocol data became available. Add tests for failed interpretation with the standard approach, and successful interpretation when the extended protocol gets selected.
2018-02-15ir_nec: add test for the optional carrier detect featureGerhard Sittig
The IR-NEC decoder optionally can handle input streams that still have the carrier signal. Add a test for this configuration, derived from the test which uses the signal that had the carrier removed in hardware. The same data is seen, just at different sample numbers. The content was verified by means of the "cut -d ' ' -f 2-" and "diff" commands.
2015-07-22ir_nec: Add a test-case.Uwe Hermann
2015-04-02tests: Drop trailing newlines.Uwe Hermann
2014-09-01Add initial set of PD tests.Uwe Hermann
This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously.