summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ctest-cuda-memcheck.rst
blob: f8f861a3b9a2f3bde17216b6290b375776baf9c3 (plain)
1
2
3
4
5
6
7
8
CTest
-----

* :manual:`ctest(1)` gained support for cuda-memcheck as ``CTEST_MEMORYCHECK_COMMAND``.
  The different tools (memcheck, racecheck, synccheck, initcheck) supplied by
  cuda-memcheck can be selected by setting the appropriate flags using the
  ``CTEST_MEMORYCHECK_COMMAND_OPTIONS`` variable.
  The default flags are `--tool memcheck --leak-check full`.