summaryrefslogtreecommitdiff
path: root/decoder/pdtest
AgeCommit message (Collapse)Author
2017-01-25pdtest: Exit non-zero for errors as well as PD output differencesGerhard Sittig
Make the pdtest(1) executable return a non-zero exit code for errors during test execution (as before) as well as for differences in the decoder output (that's the change). Return either the number of errors seen, or the number of tests which saw different output. Only return zero in the absence of errors and differences.
2016-11-02pdtest: Minor help text improvements.Uwe Hermann
2015-07-22Move the "OK" in the -v output further to the right.Uwe Hermann
This allows for longer test-case names.
2014-10-19pdtest: Handle unknown command line arguments.Jens Steinhauser
2014-09-11pdtest: Only return non-zero code upon errors.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.