summaryrefslogtreecommitdiffstats
path: root/tests/TestHelpers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-16/+21
| | | | | Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments. Also fixed code-style violations already present in the code.
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-4/+4
| | | Use the standard NDEBUG.
* Require semi-colon at end of function-like macros (#4719)peterbell102020-05-051-56/+74
|
* Added a BasicGeneratorTest.Mattes D2019-09-061-1/+11
|
* Improved testing framework. (#4376)Mattes D2019-08-261-11/+156
|
* BlockTypeRegistry: Initial skeletonMattes D2019-08-051-0/+79