summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdf-x/dvipdfm-ann.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdf-x/dvipdfm-ann.test')
-rwxr-xr-xBuild/source/texk/dvipdf-x/dvipdfm-ann.test25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdf-x/dvipdfm-ann.test b/Build/source/texk/dvipdf-x/dvipdfm-ann.test
new file mode 100755
index 00000000000..f574bd4da81
--- /dev/null
+++ b/Build/source/texk/dvipdf-x/dvipdfm-ann.test
@@ -0,0 +1,25 @@
+#! /bin/sh
+
+# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+# Not really a test, just making sure the program executes.
+
+TEXMFCNF=${srcdir}/../kpathsea
+TEXFONTS=${srcdir}/tests:${srcdir}/data
+DVIPDFMXINPUTS=${srcdir}/tests:${srcdir}/data
+TEXPICTS=${srcdir}/tests
+export TEXMFCNF TEXFONTS DVIPDFMXINPUTS TEXPICTS
+
+failed=
+
+echo "*** dvipdfmx -v -o grahn1.pdf grahn" && echo \
+ && ./dvipdfmx -v -o grahn1.pdf ${srcdir}/tests/grahn \
+ && echo && echo "dvipdfmx-ann tests OK" && echo \
+ || failed="$failed dvipdfmx-ann"
+
+test -z "$failed" && exit 0
+echo
+echo "failed tests:$failed"
+exit 1
+