Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pl-cmake / opt / pl-build-tools / share / cmake-3.2 / Help / command / enable_testing.rst
Size: Mime:
enable_testing
--------------

Enable testing for current directory and below.

::

  enable_testing()

Enables testing for this directory and below.  See also the 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.