Added VALGRIND variable to test scripts
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ runTestCase()
|
||||
|
||||
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH
|
||||
binpath="../../src"
|
||||
binpath="$VALGRIND ../../src"
|
||||
datapath="."
|
||||
diffargs="--strip-trailing-cr"
|
||||
tmpfile=tmp/ttt
|
||||
|
||||
Reference in New Issue
Block a user