]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: Prepare to support the test_*.sh tests
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 20 May 2024 13:55:00 +0000 (16:55 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 23 May 2024 08:36:05 +0000 (11:36 +0300)
commitc761b7051fb2ebb6da3cbecafe695fb5af7b2c9c
treed8218ddf44beb95ede3243de59283465d0afe934
parenta71bc2d75b95f85fe046f0fd1fb25d36be2b20ba
CMake: Prepare to support the test_*.sh tests

This is a bit hacky since the scripts grep config.h to know which
features were built but the CMake build doesn't create config.h.
So instead those test scripts will be run only when all relevant
features have been enabled.

(cherry picked from commit 006040b29c83104403621e950ada0c8956c56b3d)
tests/tests.cmake