Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Make the data unit size configurable | Daniel Elstner | |
2014-01-30 | Fix warnings exposed by -Wmissing-prototypes. | Uwe Hermann | |
2014-01-28 | tests/runtc.c: Minor whitespace fixes. | Uwe Hermann | |
2013-12-22 | runtc: Fix conditional build on non-Linux systems. | Bert Vermeulen | |
2013-12-18 | runtc: Output binary as ASCII timestamp/class/hex bytes instead. | Bert Vermeulen | |
This allows for verifying timestamps and classes as well. | |||
2013-12-13 | pdtest/runtc: Add support for Python output types. | Bert Vermeulen | |
2013-12-12 | pdtest/runtc: Add support for binary output types. | Bert Vermeulen | |
2013-12-12 | runtc: Add support for binary output. | Bert Vermeulen | |
2013-12-11 | runtc: Return errorcode according to testcase result. | Bert Vermeulen | |
2013-12-11 | pdtest: Use -dd to turn on SR/SRD debugging. | Bert Vermeulen | |
2013-12-11 | runtc: Make sure to test this set of decoders, not the installed ones. | Bert Vermeulen | |
2013-12-10 | Add protocol decoder testing framework. | Bert Vermeulen | |
This adds a tool in the tests directory, called pdtest. It uses the "test/" directory in every PD directory, if present, to run the PD against dumps found in the sigrok-dumps repository, and compares the output against ".output" files in the "test/" directory. The file "test/test.conf" is used to configure which tests to run. A separate tool (tests/runtc.c) is used to run the actual decoding and report output. To get an overview of the options, run tests/pdtest without any options. |