summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-12 08:48:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-12 08:48:35 +0000
commit1dd6d4130274dfb8367e9c43ac53b6d73f7a6e88 (patch)
treee9f0d9329c5228c412b819cac2dd6da8b7bdc082 /Build/source/texk/web2c/am
parent29bfa42432b9c0eba182531593aff48f20d46e95 (diff)
build system: add TRAP test for Metafont
git-svn-id: svn://tug.org/texlive/trunk@13051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am')
-rw-r--r--Build/source/texk/web2c/am/texmf.am45
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
##