diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-24 08:01:47 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-24 08:01:47 +0000 |
commit | 9e82db30ffdc8ecdc1ddb1085d686a34699832b8 (patch) | |
tree | d6cc92ba1d27a08fbd06d03d456198f7bd2c3390 /Build/source/texk/web2c/uptexdir/upbibtex.test | |
parent | da7ca18222c1c8e21d88f0589eef1f824ddf0674 (diff) |
upTeX and e-upTeX: final(?) version + some test cases
git-svn-id: svn://tug.org/texlive/trunk@23678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/upbibtex.test')
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/upbibtex.test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.test b/Build/source/texk/web2c/uptexdir/upbibtex.test new file mode 100755 index 00000000000..ba59d7ad4e8 --- /dev/null +++ b/Build/source/texk/web2c/uptexdir/upbibtex.test @@ -0,0 +1,14 @@ +#! /bin/sh + +# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + +test -d tests || mkdir -p tests + +cp $srcdir/tests/exampl.aux tests/xexampl.aux + +TEXMFCNF=$srcdir/../kpathsea \ + BSTINPUTS=$srcdir/tests \ + BIBINPUTS=$srcdir/tests \ + ./upbibtex tests/xexampl || exit 1 + |