Revision 922f47979afd8bee43f6810c53146aa6d34b44ab authored by Brad King on 03 June 2014, 13:30:39 UTC, committed by Brad King on 03 June 2014, 13:30:39 UTC
2 parent s 910849d + 8da0a75
Raw File
ctest_start.rst
ctest_start
-----------

Starts the testing for a given model

::

  ctest_start(Model [TRACK <track>] [APPEND] [source [binary]])

Starts the testing for a given model.  The command should be called
after the binary directory is initialized.  If the 'source' and
'binary' directory are not specified, it reads the
CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY.  If the track is
specified, the submissions will go to the specified track.  If APPEND
is used, the existing TAG is used rather than creating a new one based
on the current time stamp.
back to top