summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-08-25 11:35:11 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2020-08-25 11:35:11 +0000
commita08c24b2d1ec2845e56acc3449920dd1d61c0e6a (patch)
tree85f178b33b08d062f4dba24ba562b2b5442a0a84 /Build/source/texk/web2c/ptexdir
parentc09c95aa52fee67a8aaf861f044a44ca330439ad (diff)
ptexdir: additional test for pdvitype
preparing for future dev... git-svn-id: svn://tug.org/texlive/trunk@56177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r--Build/source/texk/web2c/ptexdir/am/ptex.am4
-rwxr-xr-xBuild/source/texk/web2c/ptexdir/sample.test5
2 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am
index b329d100f58..3de571c7cbe 100644
--- a/Build/source/texk/web2c/ptexdir/am/ptex.am
+++ b/Build/source/texk/web2c/ptexdir/am/ptex.am
@@ -1,6 +1,6 @@
## texk/web2c/ptexdir/am/ptex.am: Makefile fragment for pTeX.
##
-## Copyright 2015-2019 Karl Berry <tex-live@tug.org>
+## Copyright 2015-2020 Karl Berry <tex-live@tug.org>
## Copyright 2010-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
@@ -219,7 +219,7 @@ DISTCLEANFILES += ptests/xcmr10.tfm
## ptexdir/ptftopl.test
DISTCLEANFILES += ptests/xcmr10.pl
## ptexdir/sample.test
-EXTRA_DIST += ptexdir/tests/goth10.tfm ptexdir/tests/sample.dvi
+EXTRA_DIST += ptexdir/tests/goth10.tfm ptexdir/tests/sample.dvi ptexdir/tests/samplea.typ
DISTCLEANFILES += ptests/xsample.typ
## ptexdir/yokotate.test
EXTRA_DIST += ptexdir/tests/min10.pl ptexdir/tests/min10.tfm
diff --git a/Build/source/texk/web2c/ptexdir/sample.test b/Build/source/texk/web2c/ptexdir/sample.test
index f6ca7a207ca..51831fd4f4f 100755
--- a/Build/source/texk/web2c/ptexdir/sample.test
+++ b/Build/source/texk/web2c/ptexdir/sample.test
@@ -1,6 +1,6 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# Copyright 2017-2020 Karl Berry <tex-live@tug.org>
# Copyright 2010-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
@@ -18,3 +18,6 @@ TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=$testdir:`dirname "$tfmgrandparent"`// \
./pdvitype -show-opcodes $testdir/sample >ptests/xsample.typ || exit 1
+sed 1d ptests/xsample.typ >ptests/xsamplea.typ
+diff $testdir/samplea.typ ptests/xsamplea.typ || exit 1
+