summaryrefslogtreecommitdiffstats
path: root/Help/command/enable_testing.rst
blob: e2028d21b86b8e32fabfd50cf7fb92259b01cc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
enable_testing
--------------

Enable testing for current directory and below.

.. code-block:: cmake

  enable_testing()

Enables testing for this directory and below.  See also the
:command:`add_test` command.  Note that ctest expects to find a test file
in the build directory root.  Therefore, this command should be in the
source directory root.