summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2025-11-11 17:24:26 +0100
committerHans Kristian Rosbach <hk-github@circlestorm.org>2025-11-16 12:15:05 +0100
commit8d4bd56217ab8f2701bc3f2fa643dcf45d460343 (patch)
treec8349bdeabf24044b81bc775e47d8b5f45131d33 /README.md
parent30ff317fb42797a2456f1747476cfc5c0085425c (diff)
downloadProject-Tick-8d4bd56217ab8f2701bc3f2fa643dcf45d460343.tar.gz
Project-Tick-8d4bd56217ab8f2701bc3f2fa643dcf45d460343.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 922462cbc3..9a48e8ea59 100644
--- a/README.md
+++ b/README.md
@@ -98,8 +98,6 @@ Build Options
|:---------------------------|:-------------------------|:------------------------------------------------------------------------------------|---------|
| ZLIB_COMPAT | --zlib-compat | Compile with zlib compatible API | OFF |
| ZLIB_ALIASES | | Provide zlib compatible CMake targets | ON |
-| ZLIB_ENABLE_TESTS | | Tests masterswitch, does not enable any tests by itself | ON |
-| ZLIBNG_ENABLE_TESTS | | Build test binaries | ON |
| WITH_GZFILEOP | --without-gzfileops | Compile with support for gzFile related functions | ON |
| WITH_OPTIM | --without-optimizations | Build with optimisations | ON |
| WITH_NEW_STRATEGIES | --without-new-strategies | Use new strategies | ON |
@@ -108,6 +106,7 @@ Build Options
| WITH_GTEST | | Build tests using GTest framework | ON |
| WITH_BENCHMARKS | | Build benchmarks using Google Benchmark framework | OFF |
| INSTALL_UTILS | | Copy minigzip and minideflate during install | OFF |
+| BUILD_TESTING | | Build test binaries | ON |
Install