blob: 26379019f64fd1341d93e49d50ecd1c5970e9b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
test -d tests || mkdir -p tests
cp $srcdir/tests/exampl.aux tests/xexampl.aux
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/tests \
BIBINPUTS=$srcdir/tests \
./bibtex tests/xexampl || exit 1
|