mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 12:50:48 -05:00
6c40e0b25eConfigureLog: Version individual events instead of the whole log048a02d5bbConfigureLog: Log try_compile and try_run checks746c776cafConfigureLog: Add infrastructure for structured configure event logginge8b8d82cbfTests: Generalize RunCMake expectation component names8d29a0bda6cmTryRunCommand: Factor out stdout/stderr capture conditionsfdda4095a3cmCoreTryCompile: Return more semantic information from compile step Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8017
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.