source: trunk/test/run_leak_test @ 1822

Revision 942, 597 bytes checked in by Freddie Akeroyd, 5 years ago (diff)

Merge in changes from r892 to r941 (4.0.0 release) on the 4.0 branch
to the main trunk. Refs #78.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2comm="valgrind --leak-check=full --show-reachable=yes --leak-resolution=high --num-callers=40"
3echo ">>> Running valgrind on \"leak_test1\" - results sent to \"leak_test1.log\""
4$comm --log-file-exactly=leak_test1.log ./leak_test1
5echo ">>> Test1 done"
6echo " "
7echo ">>> Running valgrind on \"leak_test2\" - results sent to \"leak_test2.log\""
8$comm --log-file-exactly=leak_test2.log ./leak_test2
9echo ">>> Test2 done"
10echo " "
11echo ">>> Running valgrind on \"leak_test3\" - results sent to \"leak_test3.log\""
12$comm --log-file-exactly=leak_test3.log ./leak_test3
13echo ">>> Test3 done"
Note: See TracBrowser for help on using the repository browser.