diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-30 13:03:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-04-30 13:03:35 +0000 |
commit | 35daa72a9b2a9d7c7e458f79e84f426a62040c28 (patch) | |
tree | ef2e4cea44e0802487a4ee7892a28fc2f4ce3b7f /Build/source/texk/web2c/ptexdir/am | |
parent | 4349f673c5d312faa122aadd8b583fb4a0906d53 (diff) |
more tests for pTeX tools
git-svn-id: svn://tug.org/texlive/trunk@18053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/am')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/am/ptex.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am index d621d079cca..281fc749e69 100644 --- a/Build/source/texk/web2c/ptexdir/am/ptex.am +++ b/Build/source/texk/web2c/ptexdir/am/ptex.am @@ -138,6 +138,8 @@ pdvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch $(tie) -m pdvitype.web dvitype.web dvitype.ch EXTRA_DIST += ptexdir/pdvitype.ch +ptex_tests += ptexdir/sample.test + ## pPLtoTF ## nodist_ppltotf_SOURCES = ppltotf.c ppltotf.h @@ -170,6 +172,8 @@ ptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch $(tie) -m ptftopl.web tftopl.web tftopl.ch EXTRA_DIST += ptexdir/ptftopl.ch +ptex_tests += ptexdir/yokotate.test + ## EXTRA_DIST += \ ptexdir/COPYRIGHT \ @@ -198,6 +202,13 @@ DISTCLEANFILES += tests/xstory.dvityp tests/xpagenum.typ DISTCLEANFILES += tests/xcmr10.tfm ## ptexdir/ptftopl.test DISTCLEANFILES += tests/xcmr10.pl +## ptexdir/sample.test +EXTRA_DIST += ptexdir/tests/goth10.tfm ptexdir/tests/sample.dvi +DISTCLEANFILES += tests/xsample.typ +## ptexdir/yokotate.test +EXTRA_DIST += ptexdir/tests/min10.pl ptexdir/tests/min10.tfm +EXTRA_DIST += ptexdir/tests/tmin10.pl ptexdir/tests/tmin10.tfm +DISTCLEANFILES += tests/x*min10.* ## ptexdir/ptrip.test EXTRA_DIST += ptexdir/ptrip.diffs .PHONY: ptrip-clean |