#! /bin/sh # Copyright (C) 2011-2013 Peter Breitenlohner # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests cp $srcdir/tests/exampl.aux uptests/xexampl.aux TEXMFCNF=$srcdir/../kpathsea \ BSTINPUTS=$srcdir/tests \ BIBINPUTS=$srcdir/tests \ ./upbibtex uptests/xexampl || exit 1