X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fsrc%2Ftest_gom;h=0dbcd62a47c7d3d82a2d362855f7981c5f530640;hb=0495d4e0721b39737eee83b73e8185f7602e0f1f;hp=7cc8e035a656bff40dd2a7aa0103e4af309f74f1;hpb=b1c60912ae5448ffb3c7abee5b9ec3367488179f;p=gedcom-parse.git diff --git a/t/src/test_gom b/t/src/test_gom index 7cc8e03..0dbcd62 100755 --- a/t/src/test_gom +++ b/t/src/test_gom @@ -35,11 +35,12 @@ 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 +ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la" +GCONV_PATH=.:$GCONV_PATH +export GCONV_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