~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Help/command/enable_testing.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
enable_testing
 
2
--------------
 
3
 
 
4
Enable testing for current directory and below.
 
5
 
 
6
::
 
7
 
 
8
  enable_testing()
 
9
 
 
10
Enables testing for this directory and below.  See also the
 
11
:command:`add_test` command.  Note that ctest expects to find a test file
 
12
in the build directory root.  Therefore, this command should be in the
 
13
source directory root.