mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-07 07:39:32 -06:00
ef935b17abclang-tidy: fix `readability-use-anyofallof` warnings9ac8dbbb94clang-tidy: fix `readability-simplify-boolean-expr` warningsca505718f4clang-tidy: fix `readability-redundant-string-init` warningsb3b6ede6a1clang-tidy: fix `readability-redundant-access-specifiers` warningscdfc4e3195clang-tidy: fix `readability-qualified-auto` warnings808b17b120clang-tidy: fix `readability-make-member-function-const` warnings4470eb5179clang-tidy: fix `performance-trivially-destructible` warnings4f396e6528clang-tidy: fix `performance-no-automatic-move` warnings ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5731
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.