Added local change of LD_LIBRARY_PATH

This commit is contained in:
Andreas Huggel
2004-12-05 16:06:30 +00:00
parent fd26330280
commit 1d2f133f81
6 changed files with 7 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
results="./tmp/addmoddel.out"
good="./data/addmoddel.out"
(
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
exiv2="../../src/exiv2"
binpath="../../src"
cp -f ./data/exiv2-empty.jpg ./tmp
cd ./tmp
+1
View File
@@ -75,6 +75,7 @@ diffCheck()
# **********************************************************************
# main
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
binpath="../../src"
datapath="../data"
+1
View File
@@ -110,6 +110,7 @@ diffCheck()
# **********************************************************************
# main
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
binpath="../../src"
datapath="../data"
+1
View File
@@ -3,6 +3,7 @@
results="./tmp/makernote-test.out"
good="./data/makernote-test.out"
(
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
binpath="../../src"
cd ./tmp
$binpath/makernote-test
+1
View File
@@ -31,6 +31,7 @@ runTestCase()
# **********************************************************************
# main
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
binpath="../../src"
datapath="."
+1
View File
@@ -3,6 +3,7 @@
results="./tmp/write2-test.out"
good="./data/write2-test.out"
(
LD_LIBRARY_PATH=../../src:$LD_LIBRARY_PATH
binpath="../../src"
cp -f ./data/exiv2-empty.jpg ./tmp
cd ./tmp