Build: Add dire warning to WITH_TESTS description

(basically a CYA disclaimer that, if you don't build and run the
regression tests, then we assume no responsibility for any incorrect
JPEGage or other hilarity that may ensue.)
This commit is contained in:
DRC
2025-06-14 10:26:37 -04:00
parent 942ac87e47
commit 81feffa632

View File

@@ -271,7 +271,7 @@ boolean_number(WITH_TURBOJPEG)
option(WITH_TOOLS
"Build command-line tools (Disabling this disables WITH_TESTS)" TRUE)
boolean_number(WITH_TOOLS)
option(WITH_TESTS "Enable regression tests, and build associated test programs"
option(WITH_TESTS "Enable regression tests, and build associated test programs (WARNING: Disable this at your own risk. If a build is not validated with the regression tests, then it is the responsibility of the builder to ensure, via other means, that the build produces mathematically correct results.)"
TRUE)
boolean_number(WITH_TESTS)
if(NOT WITH_TOOLS)