]> git.ipfire.org Git - thirdparty/curl.git/commit
CMake: do not build test programs by default
authorPeter Wu <peter@lekensteyn.nl>
Sun, 10 May 2020 00:10:20 +0000 (02:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 May 2020 06:50:07 +0000 (08:50 +0200)
commitc2ab2494ef375bfc5d621b39badabeb9a0c86f6a
treedf1bbfc79ab9a368b4f1ec428c07acee4b7f874f
parent90bbfb5136425ab59516c8dcaabefb54b6c56d2b
CMake: do not build test programs by default

The default target should only build libcurl and curl. Add a dedicated
'testdeps' target which will be used later when running tests. Note that
unittests are currently broken in CMake and already excluded.

Closes #5368
tests/CMakeLists.txt
tests/libtest/CMakeLists.txt
tests/server/CMakeLists.txt
tests/unit/CMakeLists.txt