]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Use CTest to simplify testing options
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 11 Nov 2025 16:24:26 +0000 (17:24 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 16 Nov 2025 11:15:05 +0000 (12:15 +0100)
commit8d4bd56217ab8f2701bc3f2fa643dcf45d460343
treec8349bdeabf24044b81bc775e47d8b5f45131d33
parent30ff317fb42797a2456f1747476cfc5c0085425c
Use CTest to simplify testing options
Add CMake variable TEST_STOCK_ZLIB to disable some tests if attempting
to run our testsuite on stock zlib.
PR depends on CMP0077, introduced by CMake 3.13.
Upped minimum compatible CMake version to 3.13, same as we have
actually been telling people was the minumum for years on the wiki.
Upped upper compatible CMake version to 3.31, my current version.
CMakeLists.txt
README.md
test/CMakeLists.txt
test/add-subdirectory-project/CMakeLists.txt
test/example.c
test/fuzz/CMakeLists.txt
test/infcover.c
test/test_shared_ng.h