summaryrefslogtreecommitdiffstats
path: root/src/test/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter warningChristoph Schlosser2019-06-221-1/+1
|
* Implement new VS Code interfaceChristoph Schlosser2019-06-221-1/+2
|
* Add options and allow change of option orderChristoph Schlosser2018-02-251-0/+1
|
* -- Added tests for the configuration options.Rowan Goemans2018-02-201-10/+5
| | | | -- Expanded the mock classes to allow for more dynamic setting of the contents.
* -- Added many unit tests for the C parser. Almost complete nowRowan Goemans2018-02-201-46/+0
| | | | | | | | -- Refactored project structure to allow for more overview once we add more languages. -- Renamed a lot of types in the CParser to be more explicit. -- Made configuration injectable into the classes that need them. This allows to unit test configuration variables. -- Added 2 new config params that allows to customize what gets returned for a bool return type. -- Small changes to the logic to make it more concise.
* -- Added more unit tests.Rowan Goemans2018-02-207-0/+246
-- Added support for alignas.