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

TEXMFCNF=$srcdir/../kpathsea \
  CWEBINPUTS=$srcdir/ctiedir \
  ./ctie -c ctie.outc ctie.tie ctie.cf1 ctie.cf2 ctie.cf3 || exit 1


diff ctie.outc $srcdir/ctiedir/ctie.chf.gen || exit 1

TEXMFCNF=$srcdir/../kpathsea \
  CWEBINPUTS=$srcdir/ctiedir \
  ./ctie -m ctie.outm ctie.tie ctie.cf1 ctie.cf2 ctie.cf3 || exit 1


diff ctie.outm $srcdir/ctiedir/ctie.master.gen || exit 1