diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-12 07:25:31 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-12 07:25:31 +0000 |
commit | 413b047c917168f8c44a1c06a20bed594d5b080b (patch) | |
tree | adda6650839fa11f20a4328c764dabd490a914c5 /Build | |
parent | 40a44e77747eedfa5fdd6b601198140a58136428 (diff) |
texk/dvipdfm-x: Add tests with BMP and JP2 images
git-svn-id: svn://tug.org/texlive/trunk@34913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipdfm-x/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/Makefile.in | 22 |
3 files changed, 17 insertions, 10 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index e3fa69cdea6..9ab60a18727 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -3,6 +3,7 @@ * dvipdfm-bb.test, xdvipdfm-bb.test: Also test .bmp and .jp2. * tests/image.{bmp,dvi,jp2,tex}: Additional test input. * tests/{img,pic}{bmp,jp2}.{bb,xbb}: Expected test output. + * Makefile.am (EXTRA_DIST): Add the new files. 2014-08-11 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/dvipdfm-x/Makefile.am b/Build/source/texk/dvipdfm-x/Makefile.am index 598a49d99fb..77c50f3815d 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.am +++ b/Build/source/texk/dvipdfm-x/Makefile.am @@ -285,9 +285,11 @@ EXTRA_DIST = $(dvipdfmx_tests) $(xdvipdfmx_tests) ## Test Data EXTRA_DIST += tests/dvipdfmx.cfg tests/psfonts.map EXTRA_DIST += tests/fullmap.dvi tests/fullmap.tex +EXTRA_DIST += tests/image.bmp tests/imgbmp.bb tests/imgbmp.xbb tests/picbmp.bb tests/picbmp.xbb +EXTRA_DIST += tests/image.jp2 tests/imgjp2.bb tests/imgjp2.xbb tests/picjp2.bb tests/picjp2.xbb EXTRA_DIST += tests/image.jpeg tests/imgjpeg.bb tests/imgjpeg.xbb tests/picjpeg.bb tests/picjpeg.xbb -EXTRA_DIST += tests/image.pdf tests/imgpdf.bb tests/imgpdf.xbb tests/picpdf.bb tests/picpdf.xbb EXTRA_DIST += tests/image.png tests/imgpng.bb tests/imgpng.xbb tests/picpng.bb tests/picpng.xbb +EXTRA_DIST += tests/image.pdf tests/imgpdf.bb tests/imgpdf.xbb tests/picpdf.bb tests/picpdf.xbb EXTRA_DIST += tests/image.dvi tests/image.tex EXTRA_DIST += tests/cmr10.pfb tests/cmr10.tfm tests/annot.dvi tests/annot.tex EXTRA_DIST += tests/bookm.dvi tests/bookm.tex tests/paper.dvi tests/paper.tex diff --git a/Build/source/texk/dvipdfm-x/Makefile.in b/Build/source/texk/dvipdfm-x/Makefile.in index dffa27b6d9b..9067b2ffaf1 100644 --- a/Build/source/texk/dvipdfm-x/Makefile.in +++ b/Build/source/texk/dvipdfm-x/Makefile.in @@ -826,16 +826,20 @@ xdvipdfmx_tests = xdvipdfmx.test xdvipdfm-ann.test xdvipdfm-bb.test \ xdvipdfm-bkm.test xdvipdfm-psz.test xdvipdfm-res.test EXTRA_DIST = $(dvipdfmx_tests) $(xdvipdfmx_tests) tests/dvipdfmx.cfg \ tests/psfonts.map tests/fullmap.dvi tests/fullmap.tex \ - tests/image.jpeg tests/imgjpeg.bb tests/imgjpeg.xbb \ - tests/picjpeg.bb tests/picjpeg.xbb tests/image.pdf \ + tests/image.bmp tests/imgbmp.bb tests/imgbmp.xbb \ + tests/picbmp.bb tests/picbmp.xbb tests/image.jp2 \ + tests/imgjp2.bb tests/imgjp2.xbb tests/picjp2.bb \ + tests/picjp2.xbb tests/image.jpeg tests/imgjpeg.bb \ + tests/imgjpeg.xbb tests/picjpeg.bb tests/picjpeg.xbb \ + tests/image.png tests/imgpng.bb tests/imgpng.xbb \ + tests/picpng.bb tests/picpng.xbb tests/image.pdf \ tests/imgpdf.bb tests/imgpdf.xbb tests/picpdf.bb \ - tests/picpdf.xbb tests/image.png tests/imgpng.bb \ - tests/imgpng.xbb tests/picpng.bb tests/picpng.xbb \ - tests/image.dvi tests/image.tex tests/cmr10.pfb \ - tests/cmr10.tfm tests/annot.dvi tests/annot.tex \ - tests/bookm.dvi tests/bookm.tex tests/paper.dvi \ - tests/paper.tex tests/resrc.dvi tests/resrc.tex tests/xbmc.dvi \ - tests/xbmc.tex tests/xbmc10.600pk tests/xbmc10.tfm + tests/picpdf.xbb tests/image.dvi tests/image.tex \ + tests/cmr10.pfb tests/cmr10.tfm tests/annot.dvi \ + tests/annot.tex tests/bookm.dvi tests/bookm.tex \ + tests/paper.dvi tests/paper.tex tests/resrc.dvi \ + tests/resrc.tex tests/xbmc.dvi tests/xbmc.tex \ + tests/xbmc10.600pk tests/xbmc10.tfm all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am |