mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
e524819483
5b5be34811Help: Add 3.18.2 release note about AUTOMOC_PATH_PREFIX default changedb659e18bcMerge branch 'backport-3.17-automoc-path-prefix-off'e503fbe38aMerge branch 'backport-3.16-automoc-path-prefix-off'4c33b305a0Autogen: Turn off moc path prefix generation by default56510b7d85Merge branch 'backport-test-FindPkgConfig-isolate-env' into release-3.17effc9a1032Merge branch 'backport-3.17-automoc_timestamp_deps' into release-3.17507fecd7e2Merge branch 'ninja-multi-rsp-remove-path' into release-3.17 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5105
CMake Tests Directory ********************* This directory contains the CMake test suite. See also the `CMake Source Code Guide`_. .. _`CMake Source Code Guide`: ../Help/dev/source.rst Many tests exist as immediate subdirectories, but some tests are organized as follows. * ``CMakeLib/``: Source code, used for tests, that links to the ``CMakeLib`` library defined over in ``Source/``. * ``CMakeOnly/``: Deprecated. Tests that run CMake to generate a project but not build it. Superseded by ``Tests/RunCMake/``. * ``Find*/``: Tests for specific find modules that can only be run on machines with the corresponding packages installed. They are enabled in ``CMakeLists.txt`` by undocumented options used on CI builds. * ``Module/``: Tests for specific CMake modules. * ``RunCMake/``: Tests that run CMake and/or other tools while precisely checking their return code and stdout/stderr content. Useful for testing error cases and diagnostic output.