texlive[56177] Build/source/texk/web2c/ptexdir: ptexdir: additional
commits+hironobu at tug.org
commits+hironobu at tug.org
Tue Aug 25 13:35:11 CEST 2020
Revision: 56177
http://tug.org/svn/texlive?view=revision&revision=56177
Author: hironobu
Date: 2020-08-25 13:35:11 +0200 (Tue, 25 Aug 2020)
Log Message:
-----------
ptexdir: additional test for pdvitype
preparing for future dev...
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ptexdir/am/ptex.am
trunk/Build/source/texk/web2c/ptexdir/sample.test
Modified: trunk/Build/source/texk/web2c/ptexdir/am/ptex.am
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/am/ptex.am 2020-08-24 23:53:35 UTC (rev 56176)
+++ trunk/Build/source/texk/web2c/ptexdir/am/ptex.am 2020-08-25 11:35:11 UTC (rev 56177)
@@ -1,6 +1,6 @@
## texk/web2c/ptexdir/am/ptex.am: Makefile fragment for pTeX.
##
-## Copyright 2015-2019 Karl Berry <tex-live at tug.org>
+## Copyright 2015-2020 Karl Berry <tex-live at tug.org>
## Copyright 2010-2015 Peter Breitenlohner <tex-live at tug.org>
## You may freely use, modify and/or distribute this file.
@@ -219,7 +219,7 @@
## 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
Modified: trunk/Build/source/texk/web2c/ptexdir/sample.test
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/sample.test 2020-08-24 23:53:35 UTC (rev 56176)
+++ trunk/Build/source/texk/web2c/ptexdir/sample.test 2020-08-25 11:35:11 UTC (rev 56177)
@@ -1,6 +1,6 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live at tug.org>
+# Copyright 2017-2020 Karl Berry <tex-live at tug.org>
# Copyright 2010-2013 Peter Breitenlohner <tex-live at tug.org>
# You may freely use, modify and/or distribute this file.
@@ -18,3 +18,6 @@
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
+
More information about the tex-live-commits
mailing list.