Add valgrind to test script.

This commit is contained in:
Michael R Sweet 2004-04-30 18:16:05 +00:00
parent d375968261
commit 711796b7cf

View File

@ -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