From 711796b7cf9dd0f4c003444a0fa4088bbc264d0e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 30 Apr 2004 18:16:05 +0000 Subject: [PATCH] Add valgrind to test script. --- dotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotest.sh b/dotest.sh index c08ec15..c9d9cd7 100644 --- a/dotest.sh +++ b/dotest.sh @@ -1,5 +1,5 @@ #!/bin/sh rm -f testfile.xml -./mxmldoc testfile.xml testfile.cxx >testfile.html 2>testfile.log +valgrind --logfile-fd=3 --leak-check=yes ./mxmldoc testfile.xml testfile.cxx >testfile.html 2>testfile.log 3>testfile.valgrind