summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-01-14 10:05:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-01-14 10:05:45 +0000
commit7c7c78818f891f66c0674ee2920b5c33525dcf27 (patch)
treeead3bca4b34975e075b617beb900599e3f68c212 /Build/source/texk/web2c/eptexdir/am
parent9a670a862fab9fbf706f235a9a8e49453c636a28 (diff)
e-pTRIP test for e-pTeX
git-svn-id: svn://tug.org/texlive/trunk@21068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/am')
-rw-r--r--Build/source/texk/web2c/eptexdir/am/eptex.am28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am
index 09eb2b1a04a..ac658c51c25 100644
--- a/Build/source/texk/web2c/eptexdir/am/eptex.am
+++ b/Build/source/texk/web2c/eptexdir/am/eptex.am
@@ -10,6 +10,12 @@ bin_PROGRAMS += eptex
endif EPTEX
EXTRA_PROGRAMS += eptex
+# e-pTeX Tests
+#
+eptex_tests = eptexdir/eptrip.test
+
+EXTRA_DIST += $(eptex_tests)
+
eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS)
eptex_CFLAGS = $(WARNING_CFLAGS)
@@ -85,3 +91,25 @@ EXTRA_DIST += \
eptexdir/ChangeLog.TL \
eptexdir/README.txt
+if EPTEX
+TESTS += $(eptex_tests)
+check_PROGRAMS += dvitype pltotf tftopl
+TRIPTRAP += eptrip.diffs
+endif EPTEX
+
+## Test data and results
+##
+## eptexdir/eptrip.test
+EXTRA_DIST += eptexdir/eptrip.diffs
+.PHONY: eptrip-clean
+clean-local:: eptrip-clean
+eptrip-clean:
+ rm -f trip.tfm trip.pl trip.tex trip.fmt trip.log trip.dvi
+ rm -f cptripin.fot cptripin.log cptrip.fot cptrip.log cptrip.typ
+ rm -f xptripin.fot xptripin.log xptrip.fot xptrip.log xptrip.typ
+ rm -f eptripin.fot eptripin.log eptrip.fot eptrip.log eptrip.typ
+ rm -f etrip.tfm etrip.pl etrip.tex etrip.log etrip.fmt etrip.dvi etrip.out
+ rm -f tripos.tex 8terminal.tex
+ rm -rf tfm
+DISTCLEANFILES += eptrip.diffs
+