Add valgrind to test script.

web
Michael R Sweet 20 years ago
parent d375968261
commit 711796b7cf
  1. 2
      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

Loading…
Cancel
Save