summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/sample.test
blob: 7c91290461fc2314b1ecc8c9c782e7b42f5bb7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d tests || mkdir -p tests

tfmpath=`$KPSEWHICH cmbx10.tfm` || exit 77

# Test inputs
testdir=$srcdir/ptexdir/tests

TEXMFCNF=$srcdir/../kpathsea \
  TFMFONTS=$testdir:$(dirname $(dirname $(dirname $tfmpath)))// \
  ./pdvitype -show-opcodes $testdir/sample >tests/xsample.typ || exit 1