diff options
Diffstat (limited to 'Build/source/texk/web2c/patgen.test')
-rwxr-xr-x | Build/source/texk/web2c/patgen.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/patgen.test b/Build/source/texk/web2c/patgen.test new file mode 100755 index 00000000000..ce4fe582ac7 --- /dev/null +++ b/Build/source/texk/web2c/patgen.test @@ -0,0 +1,7 @@ +#! /bin/sh + +test -d tests || mkdir -p tests + +./patgen $srcdir/tests/dict $srcdir/tests/patterns tests/xpatout \ + $srcdir/tests/translate <$srcdir/tests/patgen.in || exit 1 + |