| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add catch2 support (#101) | Stefan Boberg | 2022-05-20 | 1 | -3/+3 |
| | | | | | | | | Added option to use catch2 for unit tests Currently both doctest and catch2 are supported via some compatibility macros. doctest is the default, and ZEN_USE_CATCH2 needs to be defined to switch to catch2. Our goal is to evaluate how well catch2 works and switch to catch2 if everything pans out since UE5 now supports using catch2 for unit tests. | ||||
| * | clang format | Joe Kirchoff | 2022-04-14 | 1 | -1/+1 |
| | | |||||
| * | more cleanup | Dan Engelbrecht | 2022-04-12 | 1 | -1/+2 |
| | | |||||
| * | cleanup | Dan Engelbrecht | 2022-04-12 | 1 | -23/+1 |
| | | |||||
| * | set file limit on zenserver test | Dan Engelbrecht | 2022-04-12 | 1 | -1/+1 |
| | | |||||
| * | log resource limit info | Dan Engelbrecht | 2022-04-12 | 1 | -2/+5 |
| | | |||||
| * | set open file limits after initialize of logging | Dan Engelbrecht | 2022-04-12 | 1 | -4/+5 |
| | | |||||
| * | set open file limit at startup | Dan Engelbrecht | 2022-04-12 | 1 | -0/+25 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -9/+10 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | Added zenstore-test test driver for zenstore tests | Stefan Boberg | 2021-09-19 | 1 | -0/+23 |