mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
cc0900d9cdHelp: Add release notes for AUTOMOC_PATH_PREFIX692d8e3492Help: Add documentation for AUTOMOC_PATH_PREFIX1933ade9f1Tests: At QtAutogen.MocIncludeSymlink test706d9738a6Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxedd018d27c10Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)77983c8147Autogen: Add IsHeader flag to SourceFileT classf9e5441eb4Autogen: Abbreviate file paths in messages51676cf655Autogen: Split JobEvalCacheT job into separate moc and uic jobs ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3818
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.