ctest_start.rst 551 B

12345678910111213141516
  1. ctest_start
  2. -----------
  3. Starts the testing for a given model
  4. ::
  5. ctest_start(Model [TRACK <track>] [APPEND] [source [binary]])
  6. Starts the testing for a given model. The command should be called
  7. after the binary directory is initialized. If the 'source' and
  8. 'binary' directory are not specified, it reads the
  9. CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY. If the track is
  10. specified, the submissions will go to the specified track. If APPEND
  11. is used, the existing TAG is used rather than creating a new one based
  12. on the current time stamp.