diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 21:19:32 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 21:19:32 (GMT) |
commit | 4cf81bab0e84c1ccc922c1bd121894072f1561cf (patch) | |
tree | 9dc5e3c4a23493913fbd7d4d1d779b7622482c3b /Modules/DartConfiguration.tcl.in | |
parent | 8ca149d34f7150251a6fc32856ce5ac4968fce68 (diff) | |
download | CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.zip CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.tar.gz CMake-4cf81bab0e84c1ccc922c1bd121894072f1561cf.tar.bz2 |
ENH: Add suppression file
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 25d6f26..1bcde61 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -42,6 +42,7 @@ ValgrindCommand: @VALGRIND_COMMAND@ ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@ MemoryCheckCommand: @MEMORYCHECK_COMMAND@ MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@ +MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@ CoverageCommand: @COVERAGE_COMMAND@ # Compression commands GunzipCommand: @GUNZIPCOMMAND@ |