summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Parameters.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix type as variable nameChristoph Schlosser2018-10-041-0/+8
|
* Update unit testsChristoph Schlosser2018-07-061-0/+5
| | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers.
* -- Finished all parameter tests.Rowan Goemans2018-02-201-0/+235
| | | | -- Added support for all C++ string literals.
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+20
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.