aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-031-1/+1
| | | | * don't use cacherequests utils in cache_cmd.cpp * make zenutil/cacherequests code into test code helpers only
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-031-1/+1
| | | | * move buildstorage implementations to zenremotestore lib * move builds storage to zenremotelib
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-1/+1
| | | | | | | | | | this change just cleans up dependency declarations in xmake.lua files, discovered while exploring a more to xrepo which catches dependency problems since it will not just place all includes in a single directory, unlike vcpkg. * removed spurious asio dependency from zenserver-test * removed rocksdb reference * add missing asio package dependency * removed catch2 reference (no longer available) * added explicit cpr reference * made some zencore package dependencies public (this is necessary because some public zencore headers pull in package headers. If you use a more strict package manager than vcpkg then you get compilation errors whenever these includes are pulled in unless you declare the dependency explicitly)
* place tests in own group (for sln) (#488)Stefan Boberg2023-10-201-0/+1
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+16
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees