diff options
Diffstat (limited to 'Build/source/texk/web2c/am/texmf.am')
-rw-r--r-- | Build/source/texk/web2c/am/texmf.am | 45 |
1 files changed, 31 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am index 53e75613147..5798ec28c5d 100644 --- a/Build/source/texk/web2c/am/texmf.am +++ b/Build/source/texk/web2c/am/texmf.am @@ -62,6 +62,25 @@ EXTRA_DIST += $(tex_ch_srcs) lib/texmfmp.c tmf-pool.h DISTCLEANFILES += $(nodist_tex_SOURCES) tex-final.ch tex-web2c \ tex.p tex.pool tex-tangle +## TeX Tests +## +tex_tests = trip.test + +EXTRA_DIST += $(tex_tests) + +if TEX +TESTS += $(tex_tests) +check_PROGRAMS += dvitype pltotf tftopl +endif TEX + +.PHONY: trip-clean +clean-local:: trip-clean +## trip.test +trip-clean: + rm -f trip.tfm trip.pl trip.tex trip.fmt tripin.fot tripin.log + rm -f trip.fot trip.log trip.dvi trip.typ tripos.tex 8terminal.tex + rm -rf tfm + ## Metafont ## if MF @@ -131,27 +150,25 @@ EXTRA_DIST += mf.web mf-binpool.ch mf.ch mftalk.h lib/texmfmp.c tmf-pool.h DISTCLEANFILES += $(nodist_libmf_a_SOURCES) mfextra.c mf-final.ch mf-web2c \ mf.p mf.pool mf-tangle -## Tests +## Metafont Tests ## -tex_tests = trip.test -mf_tests = +mf_tests = trap.test -EXTRA_DIST += $(tex_tests) $(mf_tests) +EXTRA_DIST += $(mf_tests) -if TEX -TESTS += $(tex_tests) -endif TEX if MF TESTS += $(mf_tests) +check_PROGRAMS += gftype tftopl endif MF -.PHONY: trip-clean -clean-local:: trip-clean -## trip.test -trip-clean: - rm -f trip.tfm trip.pl trip.tex trip.fmt tripin.fot tripin.log - rm -f trip.fot trip.log trip.dvi trip.typ tripos.tex 8terminal.tex - rm -rf tfm +.PHONY: trap-clean +clean-local:: trap-clean +## trap.test +trap-clean: + rm -f trap.mf trap.base + rm -f mftrapin.fot mftrapin.log + rm -f mftrap.fot mftrap.log mftrap.tfm + rm -f mftrap.pl trap.72270gf trap.typ ## Test data ## |