X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Ftest_gom;h=b3a9f7383bdd9a280271bace9057471547c00d8e;hb=b0398a40626f3e1e91ce2d1e0fd64b5c2b5d9460;hp=fdb849f03932e8e30d81bd1c599b4ed5179a0a92;hpb=40b99549ec69cb65fc3b979c6383bed5b88af7f4;p=gedcom-parse.git diff --git a/t/src/test_gom b/t/src/test_gom index fdb849f..b3a9f73 100755 --- a/t/src/test_gom +++ b/t/src/test_gom @@ -35,20 +35,20 @@ else fi builddir=`pwd` +ltcmd="$builddir/../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 . +ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so . +ln -s $srcdir/../iconv/glibc/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