rm -f core
if [ "$GOM_DMALLOC_TEST" = "" ]
then
- $builddir/gomtest $options $testfile
+ $GEDCOM_TESTENV $builddir/gomtest $options $testfile
else
$dmalloc -b -l $GOM_DMALLOC_TEST -i 100 low > $dmalloc_tmp
. $dmalloc_tmp
rm $dmalloc_tmp
- $builddir/gomtest_static $options $testfile
+ $GEDCOM_TESTENV $builddir/gomtest_static $options $testfile
fi
result=$?
rm gedcom.enc
ln -s $builddir/../ansel/.libs/ANSI_Z39.47.so .
ln -s $srcdir/../ansel/gconv-modules .
rm -f core
-$builddir/testgedcom $options $testfile
+$GEDCOM_TESTENV $builddir/testgedcom $options $testfile
result=$?
rm gedcom.enc
rm ANSI_Z39.47.so