aboutsummaryrefslogtreecommitdiff
path: root/zenstore-test
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-022-40/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Add catch2 support (#101)Stefan Boberg2022-05-201-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 formatJoe Kirchoff2022-04-141-1/+1
|
* more cleanupDan Engelbrecht2022-04-121-1/+2
|
* cleanupDan Engelbrecht2022-04-121-23/+1
|
* set file limit on zenserver testDan Engelbrecht2022-04-121-1/+1
|
* log resource limit infoDan Engelbrecht2022-04-121-2/+5
|
* set open file limits after initialize of loggingDan Engelbrecht2022-04-121-4/+5
|
* set open file limit at startupDan Engelbrecht2022-04-121-0/+25
|
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-130/+0
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* It's not possible to compile out testsStefan Boberg2021-09-201-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 testsStefan Boberg2021-09-194-0/+158