aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/zenserver-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-3/+12
| | | | | | * bump vcpkg version * fmt lib 10 fixes * xmake dependencies (with linux workarounds) * changelog
* removed some old test code which is no longer usefulStefan Boberg2023-05-221-66/+1
|
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-1/+0
| | | ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers
* Revert "add timeout to server spawns in tests"Dan Engelbrecht2023-05-111-22/+22
| | | | This reverts commit b8a305713892cb23907ca61e07a70bdfb73ac2f5.
* add timeout to server spawns in testsDan Engelbrecht2023-05-101-22/+22
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+3323
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees