summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/skipjfmp.test
blob: 3b2e3ec7e0baf7c5cbfc2c6ed7ee247aa6acdfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh -vx
# $Id$
# Copyright 2018 Karl Berry <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d ptests || mkdir -p ptests

# Test inputs
testdir=$srcdir/ptexdir/tests

# Testing pPLtoTF/pTFtoPL for SKIP property in GLUEKERN.
for font in skipjfmp; do

  ./ppltotf -verbose $testdir/$font.pl ptests/x$font.tfm && \
    cmp $testdir/$font.tfm ptests/x$font.tfm && echo || exit 1

  TEXMFCNF=$srcdir/../kpathsea \
    ./ptftopl -charcode-format octal -verbose $testdir/$font.tfm ptests/x$font.pl && \
    diff $testdir/$font.pl ptests/x$font.pl && echo || exit 1

done