Added some initial documentation.
[gedcom-parse.git] / t / test_script
1 #!/bin/sh
2 # $Id$
3 # $Name$
4
5 file=$1
6
7 builddir=`pwd`
8 cd $srcdir/..
9 export GCONV_PATH=$GCONV_PATH:./ansel
10 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$builddir/../gedcom/.libs
11 cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel
12 echo "=== testing $file"
13 $builddir/../testgedcom -2 t/$file
14 rm ansel/ANSI_Z39.47.so