From a08c24b2d1ec2845e56acc3449920dd1d61c0e6a Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Tue, 25 Aug 2020 11:35:11 +0000 Subject: ptexdir: additional test for pdvitype preparing for future dev... git-svn-id: svn://tug.org/texlive/trunk@56177 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ptexdir/am/ptex.am | 4 ++-- Build/source/texk/web2c/ptexdir/sample.test | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/ptexdir') 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 +## Copyright 2015-2020 Karl Berry ## Copyright 2010-2015 Peter Breitenlohner ## 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 +# Copyright 2017-2020 Karl Berry # Copyright 2010-2013 Peter Breitenlohner # 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 + -- cgit v1.2.3