X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Ftest_gom;fp=t%2Fsrc%2Ftest_gom;h=7cc8e035a656bff40dd2a7aa0103e4af309f74f1;hb=b1c60912ae5448ffb3c7abee5b9ec3367488179f;hp=fdb849f03932e8e30d81bd1c599b4ed5179a0a92;hpb=ed173483543d2023da6df1ff0724760e1dffd3ff;p=gedcom-parse.git diff --git a/t/src/test_gom b/t/src/test_gom index fdb849f..7cc8e03 100755 --- a/t/src/test_gom +++ b/t/src/test_gom @@ -35,20 +35,20 @@ else fi builddir=`pwd` +ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la" export GCONV_PATH=.:$GCONV_PATH -export LD_LIBRARY_PATH=$builddir/../gedcom/.libs:$builddir/../gom/.libs:$LD_LIBRARY_PATH ln -s $srcdir/../data/gedcom.enc . ln -s $builddir/../ansel/.libs/ANSI_Z39.47.so . ln -s $srcdir/../ansel/gconv-modules . rm -f core if [ "$GOM_DMALLOC_TEST" = "" ] then - $GEDCOM_TESTENV $builddir/src/gomtest $options $testfile + $ltcmd $GEDCOM_TESTENV $builddir/src/gomtest $options $testfile else $dmalloc -b -l $GOM_DMALLOC_TEST -i 100 low > $dmalloc_tmp . $dmalloc_tmp rm $dmalloc_tmp - $GEDCOM_TESTENV $builddir/src/gomtest_static $options $testfile + $ltcmd $GEDCOM_TESTENV $builddir/src/gomtest_static $options $testfile fi result=$? rm gedcom.enc