ctest_memcheck.rst 893 B

12345678910111213141516171819202122232425262728
  1. ctest_memcheck
  2. --------------
  3. Perform the :ref:`CTest MemCheck Step` as a :ref:`Dashboard Client`.
  4. ::
  5. ctest_memcheck([BUILD <build-dir>] [APPEND]
  6. [START <start-number>]
  7. [END <end-number>]
  8. [STRIDE <stride-number>]
  9. [EXCLUDE <exclude-regex>]
  10. [INCLUDE <include-regex>]
  11. [EXCLUDE_LABEL <label-exclude-regex>]
  12. [INCLUDE_LABEL <label-include-regex>]
  13. [PARALLEL_LEVEL <level>]
  14. [SCHEDULE_RANDOM <ON|OFF>]
  15. [STOP_TIME <time-of-day>]
  16. [RETURN_VALUE <result-var>]
  17. [QUIET]
  18. )
  19. Run tests with a dynamic analysis tool and store results in
  20. ``MemCheck.xml`` for submission with the :command:`ctest_submit`
  21. command.
  22. The options are the same as those for the :command:`ctest_test` command.