Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-06 | repo mgmt: git ignore compiled Python bytecode files | Gerhard Sittig | |
2015-08-26 | Clean up .gitignore | Daniel Elstner | |
2014-09-01 | PD tests moved into the sigrok-test repo. | Uwe Hermann | |
Drop them from the libsigrokdecode repository. | |||
2014-04-13 | .gitignore: Add test-suite.log. | Uwe Hermann | |
2014-04-13 | Switch to a non-recursive automake setup. | Uwe Hermann | |
(fewer files, less clutter) | |||
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. | |||
2013-11-15 | Move versioning info out to separate header | Bert Vermeulen | |
2013-10-17 | .gitignore: Add some missing entries. | Uwe Hermann | |
2013-10-17 | Add a testsuite for libsigrokdecode. | Uwe Hermann | |
This uses the Check unit testing framework, just like libsigrok. For now, only a few very basic unit tests are included. Invocation: make check | |||
2013-08-31 | Ignore __pycache__ entries | Bert Vermeulen | |
2013-05-03 | Main header is <libsigrokdecode/libsigrokdecode.h> now. | Uwe Hermann | |
This matches the convention used in libsigrok. Potential other headers might end up in libsigrokdecode/, but only libsigrokdecode.h is meant to be #included by frontends directly. | |||
2013-02-02 | .gitignore: Add INSTALL (copied by automake). | Uwe Hermann | |
2012-10-11 | .gitignore: Add missing entries. | Uwe Hermann | |
2012-03-31 | sr/srd: Add ChangeLog to ignore list, it's generated. | Uwe Hermann | |
2012-03-24 | srd: Add .gitignore file. | Uwe Hermann | |
2012-01-07 | More .gitignore files cleanup. | Uwe Hermann | |
2012-01-06 | Added "autostuff" to the .gitignore. | Renato Caldas | |