From: Dennis Schafroth Date: Wed, 10 Mar 2010 08:24:13 +0000 (+0100) Subject: other marc21.xsl. New tests for turbomarcxml X-Git-Tag: v1.4.0~67^2~17 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=08bb208655608ad8484abbb622e3e3adbb97156a;p=pazpar2-moved-to-github.git other marc21.xsl. New tests for turbomarcxml --- diff --git a/test/test_turbomarcxml.sh b/test/test_turbomarcxml.sh new file mode 100755 index 0000000..524bd55 --- /dev/null +++ b/test/test_turbomarcxml.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# + +# srcdir might be set by make +srcdir=${srcdir:-"."} + +# Test using test_http.cfg +exec ${srcdir}/run_pazpar2.sh test_turbomarcxml + +# Local Variables: +# mode:shell-script +# sh-indentation: 2 +# sh-basic-offset: 4 +# End: