From: Peter Verthez Date: Sun, 9 Dec 2001 17:27:20 +0000 (+0000) Subject: Test script for gedcom library. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=a106c3be801ba19082ed52d14624bb2770bb6ef3;p=gedcom-parse.git Test script for gedcom library. --- diff --git a/t/test_script b/t/test_script new file mode 100755 index 0000000..fdef281 --- /dev/null +++ b/t/test_script @@ -0,0 +1,14 @@ +#!/bin/sh +# $Id$ +# $Name$ + +file=$1 + +builddir=`pwd` +cd $srcdir/.. +export GCONV_PATH=./ansel +export LD_LIBRARY_PATH=$builddir/../gedcom/.libs +cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel +echo "=== testing $file" +$builddir/../testgedcom -2 t/$file +rm ansel/ANSI_Z39.47.so