other marc21.xsl. New tests for turbomarcxml
[pazpar2-moved-to-github.git] / test / test_turbomarcxml.sh
diff --git a/test/test_turbomarcxml.sh b/test/test_turbomarcxml.sh
new file mode 100755 (executable)
index 0000000..524bd55
--- /dev/null
@@ -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: