aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/scripts/spec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/external/metalang99/scripts/spec.sh')
-rwxr-xr-xtest/external/metalang99/scripts/spec.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/external/metalang99/scripts/spec.sh b/test/external/metalang99/scripts/spec.sh
new file mode 100755
index 0000000..8da58e4
--- /dev/null
+++ b/test/external/metalang99/scripts/spec.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -e
+
+cd spec
+
+pdflatex -shell-escape spec.tex
+biber spec
+pdflatex -shell-escape spec.tex
+pdflatex -shell-escape spec.tex
+
+cd ..