Added VALGRIND variable to test scripts
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# Mini test-driver for path utility functions
|
||||
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
|
||||
binpath="../../src"
|
||||
binpath="$VALGRIND ../../src"
|
||||
cd ./tmp
|
||||
|
||||
$binpath/path-test ../data/path-test.txt
|
||||
|
||||
Reference in New Issue
Block a user