ctest_memcheck.rst 934 B

1234567891011121314151617181920212223242526272829
  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. [TEST_LOAD <threshold>]
  15. [SCHEDULE_RANDOM <ON|OFF>]
  16. [STOP_TIME <time-of-day>]
  17. [RETURN_VALUE <result-var>]
  18. [QUIET]
  19. )
  20. Run tests with a dynamic analysis tool and store results in
  21. ``MemCheck.xml`` for submission with the :command:`ctest_submit`
  22. command.
  23. The options are the same as those for the :command:`ctest_test` command.