Age | Commit message (Expand) | Author |
2019-12-09 | srd_decoder_doc_get(): Add an additional sanity check. | Uwe Hermann |
2018-10-21 | Fix GVariant memory leaks in session test code | Jon Burgess |
2018-10-21 | Fix memory leak in decoder test code | Jon Burgess |
2018-03-31 | test: add simple "no data" test case for decoder "terminate and reset" | Gerhard Sittig |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig |
2015-11-03 | tests/decoder.c: Add some srd_decoder_unload*() tests. | Uwe Hermann |
2015-10-03 | tests: Do not reference parent directory in includes | Daniel Elstner |
2015-10-03 | tests: Rename DECODERS_DIR to DECODERS_TESTDIR | Daniel Elstner |
2015-09-13 | Build: Include <config.h> first in all source files | Daniel Elstner |
2015-04-07 | Fix a bunch of typos. | Uwe Hermann |
2015-04-01 | unit tests: Drop unneeded check_ filename prefix. | Uwe Hermann |
2015-01-31 | unit tests: Disable timeout for one of the test cases. | Uwe Hermann |
2014-09-01 | PD tests moved into the sigrok-test repo. | Uwe Hermann |
2014-08-14 | tests: Factor out srdtest_setup() / srdtest_teardown(). | Uwe Hermann |
2014-08-14 | Whitespace and consistency fixes. | Uwe Hermann |
2014-07-31 | tests/pdtest: Small fix to make it work with Python 3.2. | Uwe Hermann |
2014-07-31 | tests/check_session.c: Fix compiler warning. | Uwe Hermann |
2014-07-20 | runtc: Update to the new libsigrok session API. | Uwe Hermann |
2014-07-08 | pdtest: Use new exception output. | Bert Vermeulen |
2014-07-08 | Remove dependency on Python.h from public API header | Marcus Comstedt |
2014-07-08 | runtc: Fix incorrect include directive | Marcus Comstedt |
2014-06-26 | runtc: PD option value is a GVariant, not string. | Bert Vermeulen |
2014-06-24 | pdtest: Generate report regardless of verbose mode. | Bert Vermeulen |
2014-06-24 | pdtest: Generate a report listing missed lines across the whole PD. | Bert Vermeulen |
2014-06-23 | pdtest/runtc: Support for output type 'exception'. | Bert Vermeulen |
2014-05-23 | runtc.c: Fix compiler warning | Kumar Abhishek |
2014-05-03 | Don't define names ending with _t (POSIX reserved). | Uwe Hermann |
2014-05-03 | tests/check_session.c: Use UINT64_MAX. | Uwe Hermann |
2014-04-13 | Rename 'probe' to 'channel' everywhere. | Uwe Hermann |
2014-04-13 | Switch to a non-recursive automake setup. | Uwe Hermann |
2014-03-20 | pdtest: Add support for code coverage. | Bert Vermeulen |
2014-03-20 | runtc: Add list of missed lines to coverage output. | Bert Vermeulen |
2014-03-17 | Add support for code coverage of used decoder modules. | Bert Vermeulen |
2014-03-14 | pdtest: Small fix. | Bert Vermeulen |
2014-02-24 | Make the data unit size configurable | Daniel Elstner |
2014-02-01 | Fix more warnings exposed by -Wmissing-prototypes. | Uwe Hermann |
2014-01-30 | Fix warnings exposed by -Wmissing-prototypes. | Uwe Hermann |
2014-01-28 | tests/pdtest: Fix -R (takes an argument). | Uwe Hermann |
2014-01-28 | tests/runtc.c: Minor whitespace fixes. | Uwe Hermann |
2014-01-28 | tests/pdtest: Add missing license header. | Uwe Hermann |
2014-01-28 | tests/pdtest: Fix shebang line. | Uwe Hermann |
2013-12-22 | runtc: Fix conditional build on non-Linux systems. | Bert Vermeulen |
2013-12-18 | Don't install runtc. | Arkadiusz MiĆkiewicz |
2013-12-18 | runtc: Output binary as ASCII timestamp/class/hex bytes instead. | Bert Vermeulen |
2013-12-15 | runtc: Make sure to compile against this library | Bert Vermeulen |
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 | pdtest: Add -f option to automatically fix failing tests. | 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 |