summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/xdvipdfm-ann.test
blob: 9a0ae4b8193ca7c7745c82d795b2c72949e58a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/sh

# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

TEXMFCNF=$srcdir/../kpathsea
TFMFONTS="$srcdir/tests;$srcdir/data"
T1FONTS="$srcdir/tests;$srcdir/data"
TEXFONTMAPS="$srcdir/tests;$srcdir/data"
DVIPDFMXINPUTS="$srcdir/tests;$srcdir/data"
TEXPICTS=$srcdir/tests
export TEXMFCNF TFMFONTS T1FONTS TEXFONTMAPS DVIPDFMXINPUTS TEXPICTS

failed=

echo "*** xdvipdfmx -v -o annot2.pdf annot" && echo \
	&& ./xdvipdfmx -v -o annot2.pdf $srcdir/tests/annot \
	&& echo && echo "xdvipdfmx-ann tests OK" && echo \
	|| failed="$failed xdvipdfmx-ann"	

test -z "$failed" && exit 0
echo
echo "failed tests:$failed"
exit 1