summaryrefslogtreecommitdiffstats
path: root/tests/TestHelpers.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-16Removed all Printf-family functions from StringUtils.Mattes D1-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.
2021-01-26Fix debug macro situation (#5114)Tiger Wang1-4/+4
Use the standard NDEBUG.
2020-05-05Require semi-colon at end of function-like macros (#4719)peterbell101-56/+74
2019-09-06Added a BasicGeneratorTest.Mattes D1-1/+11
2019-08-26Improved testing framework. (#4376)Mattes D1-11/+156
2019-08-05BlockTypeRegistry: Initial skeletonMattes D1-0/+79