From a106c3be801ba19082ed52d14624bb2770bb6ef3 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Dec 2001 17:27:20 +0000 Subject: [PATCH] Test script for gedcom library. --- t/test_script | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 t/test_script 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 -- 2.30.2