diff options
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index e947232..00df24b 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1142,19 +1142,19 @@ Additional configuration settings include: * `CTest Script`_ variable: none * :module:`CTest` module variable: ``DRMEMORY_COMMAND_OPTIONS`` -``CudaMemcheckCommand`` +``CudaSanitizerCommand`` Specify a ``MemoryCheckCommand`` that is known to be a command-line compatible with cuda-memcheck or compute-sanitizer. * `CTest Script`_ variable: none - * :module:`CTest` module variable: ``CUDA_MEMCHECK_COMMAND`` + * :module:`CTest` module variable: ``CUDA_SANITIZER_COMMAND`` -``CudaMemcheckCommandOptions`` - Specify command-line options to the ``CudaMemcheckCommand`` tool. +``CudaSanitizerCommandOptions`` + Specify command-line options to the ``CudaSanitizerCommand`` tool. They will be placed prior to the test command line. * `CTest Script`_ variable: none - * :module:`CTest` module variable: ``CUDA_MEMCHECK_COMMAND_OPTIONS`` + * :module:`CTest` module variable: ``CUDA_SANITIZER_COMMAND_OPTIONS`` .. _`CTest Submit Step`: |