blob: c365740c206c33a66480e31faf5ebf33c7f737cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/sh
# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
./patgen $srcdir/tests/dict $srcdir/tests/patterns tests/xpatout \
$srcdir/tests/translate <$srcdir/tests/patgen.in || exit 1
|