From 08bb208655608ad8484abbb622e3e3adbb97156a Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 10 Mar 2010 09:24:13 +0100 Subject: [PATCH] other marc21.xsl. New tests for turbomarcxml --- test/test_turbomarcxml.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 test/test_turbomarcxml.sh 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: -- 1.7.10.4