diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-11 07:35:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-11 07:35:52 +0000 |
commit | 2d4fe921ef387afc3d73640d4fead7639e92f002 (patch) | |
tree | 8feb83a9cfdaa51a16b2f77156df7d9f6d2ef725 /Build/source/texk/web2c/am/web.am | |
parent | d8987e79f7b5cdf94a838745d3c7fd4d9fdcde8b (diff) |
shell scripts for 'make check' tests
git-svn-id: svn://tug.org/texlive/trunk@13040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am/web.am')
-rw-r--r-- | Build/source/texk/web2c/am/web.am | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index 2664d04d4fc..1d5a7275a72 100644 --- a/Build/source/texk/web2c/am/web.am +++ b/Build/source/texk/web2c/am/web.am @@ -168,3 +168,50 @@ weave-web2c: $(web2c_depend) weave.p touch weave.c weave.h weave.p: tangle$(EXEEXT) weave.web weave.ch $(tangle) weave weave + + +## Tests +## +web_tests = $(web_programs:=.test) + +EXTRA_DIST += $(web_tests) + +if WEB +TESTS += $(web_tests) +endif WEB + +## bibtex.test +DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg +## dvicopy.test +DISTCLEANFILES += tests/xstory.dvi tests/xpplr.dvi +## dvitomp.test +DISTCLEANFILES += ptmr.mpx tests/xptmr.mpx tests/xstory.mpx +## dvitype.test +DISTCLEANFILES += tests/xstory.dvityp tests/xpagenum.typ +## gftodvi.test +DISTCLEANFILES += cmr10.dvi tests/xcmr10.dvi +## gftopk.test +DISTCLEANFILES += cmr10.pk tests/xcmr10.pk +## gftype.test +DISTCLEANFILES += tests/xcmr10.gft1 tests/xcmr10.gft2 +## mft.test +DISTCLEANFILES += io.tex tests/io.tex +## patgen.test +DISTCLEANFILES += tests/xpatout pattmp.4 +## pktogf.test +DISTCLEANFILES += cmr10.gf tests/xcmr10.600gf +## pktype.test +DISTCLEANFILES += tests/xcmr10.pktyp +## pltotf.tes +DISTCLEANFILES += tests/xcmr10.tfm +## pooltype.test +DISTCLEANFILES += tests/xtexpool.typ +## tftopl.test +DISTCLEANFILES += tests/xcmr10.pl +## vftovp.test +DISTCLEANFILES += tests/xptmr.vpl +## vptovf.test +DISTCLEANFILES += tests/xptmr.tfm tests/xptmr.vf +## weave.test +DISTCLEANFILES += pooltype.tex + |