]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: also build unit tests
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Sep 2023 11:20:30 +0000 (11:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 23:16:27 +0000 (08:16 +0900)
commita15d4465a9918911e0953e89276d563fdc8cceef
tree1bc23d277607c734b5deddac55274b9f8ccd2fa3
parentd8f416bbb87c2218ee5e43ec44ab8574a93fe423
cmake: also build unit tests

A new, better way to run unit tests was just added to Git. This adds
support for building those unit tests via CMake.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt