summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pooltype.test
blob: 8b98a9b56c199c7f3a22a7797c85f5816f8bc91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /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.

BinDir=${BinDir:-.}
ExeExt=${ExeExt:-}
_pooltype=$BinDir/pooltype$ExeExt

test -d tests || mkdir -p tests

$_pooltype tex.pool >tests/xtexpool.typ || exit 1