From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> Hi Junio > The other topic to adjust for cmake by Dscho builds on this topic, > and it needs to be rebased on this updated round. I think I did so > correctly, but because I use neither cmake or Windows, the result is > not even compile tested. Sanity checking the result is very much > appreciated when I push out the result of today's integration cycle. I need these fixups to get our CI to successfully build an run the unit tests using CMake & MSVC. They are all adjusting paths now that the unit test programs are built in t/unit-tests/bin You can see the unit tests passing at https://github.com/phillipwood/git/actions/runs/6575606322/job/17863460719 Note that I have split up the patches since that run but the changes are the same. Best Wishes Phillip Phillip Wood (3): fixup! cmake: also build unit tests fixup! artifacts-tar: when including `.dll` files, don't forget the unit-tests fixup! cmake: handle also unit tests Makefile | 2 +- contrib/buildsystems/CMakeLists.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) -- 2.42.0.506.g0dd4464cfd3