diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-16 11:09:29 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-09-16 11:09:29 +0000 |
commit | 0f080edb7404a88ee00c2f7372044bb16dc79fd8 (patch) | |
tree | 869234c2e87b3ce1abae7d0ef3ae55343e91a800 /Build/source/texk/dvipdf-x/xdvipdfm-ann.test | |
parent | 709a77cce65135408285595106c49cdc4f7d136c (diff) |
dvipdf-x: Bug fix and new test for annotations and bookmarks
git-svn-id: svn://tug.org/texlive/trunk@31672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdf-x/xdvipdfm-ann.test')
-rwxr-xr-x | Build/source/texk/dvipdf-x/xdvipdfm-ann.test | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/dvipdf-x/xdvipdfm-ann.test b/Build/source/texk/dvipdf-x/xdvipdfm-ann.test index 5ea0d0be35a..9a0ae4b8193 100755 --- a/Build/source/texk/dvipdf-x/xdvipdfm-ann.test +++ b/Build/source/texk/dvipdf-x/xdvipdfm-ann.test @@ -3,18 +3,18 @@ # 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 +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 \ + && ./xdvipdfmx -v -o annot2.pdf $srcdir/tests/annot \ && echo && echo "xdvipdfmx-ann tests OK" && echo \ || failed="$failed xdvipdfmx-ann" |