diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-29 09:20:42 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-29 09:20:42 +0000 |
commit | e0d2937997ad59c6b13d14c7e47540b9ea11a7e4 (patch) | |
tree | 705e1efb5d085496d0406cf017e687914df24453 /Build/source/texk/dvipdfm-x/dvipdfmx.test | |
parent | 117d1038285bced4517dbc0313a0bb3f799961ed (diff) |
Fix crash in fonts with no font map entry
The unit test does not actually work, no idea why the dvipdfmx can not
found the xbmc10.tfm file!
git-svn-id: svn://tug.org/texlive/trunk@34767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/dvipdfmx.test')
-rwxr-xr-x | Build/source/texk/dvipdfm-x/dvipdfmx.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/dvipdfmx.test b/Build/source/texk/dvipdfm-x/dvipdfmx.test index fc5ae188d94..72c6a18229a 100755 --- a/Build/source/texk/dvipdfm-x/dvipdfmx.test +++ b/Build/source/texk/dvipdfm-x/dvipdfmx.test @@ -27,6 +27,11 @@ echo "*** dvipdfmx -v -o image1.pdf image" && echo \ && echo && echo "dvipdfmx-image tests OK" && echo \ || failed="$failed dvipdfmx-image" +echo "*** dvipdfmx -v xbmc" && echo \ + && ./dvipdfmx -v $srcdir/tests/xbmc \ + && echo && echo "dvipdfmx-xbmc tests OK" && echo \ + || failed="$failed dvipdfmx-xbmc" + test -z "$failed" && exit 0 echo echo "failed tests:$failed" |