summaryrefslogtreecommitdiffstats
path: root/test.cmake
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-04-16 21:48:22 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-04-16 21:48:22 -0400
commit26b0603661c1341586f082ef88030168df1135a6 (patch)
tree41f2dedc1612ba700dd2ffde96c9b9c165d85e3b /test.cmake
parent9f09b4ee885c87730a4da0296d20e770727fd0ff (diff)
downloadsigen-26b0603661c1341586f082ef88030168df1135a6.tar.gz
sigen-26b0603661c1341586f082ef88030168df1135a6.tar.xz
sigen-26b0603661c1341586f082ef88030168df1135a6.zip
Rename output file for valgrind
Diffstat (limited to 'test.cmake')
-rw-r--r--test.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cmake b/test.cmake
index 9c98c057..a2f5a36f 100644
--- a/test.cmake
+++ b/test.cmake
@@ -23,7 +23,7 @@ macro (make_test testvariable valgrindvariable libraries class)
valgrind
--leak-check=full
--show-reachable=yes
- --log-file=${EXECUTABLE_OUTPUT_PATH}/${class}.valgrind
+ --log-file=${EXECUTABLE_OUTPUT_PATH}/valgrind.${class}
bin/test-${class}
DEPENDS
test-${class}