dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62352b7
)
Test script for gedcom library.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 17:27:20 +0000
(17:27 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 9 Dec 2001 17:27:20 +0000
(17:27 +0000)
t/test_script
[new file with mode: 0755]
patch
|
blob
diff --git a/t/test_script
b/t/test_script
new file mode 100755
(executable)
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