#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. test -d tests || mkdir -p tests TEXMFCNF=$srcdir/../kpathsea \ TFMFONTS=$srcdir/tests \ ./gftodvi -verbose $srcdir/tests/cmr10.600gf && \ mv cmr10.dvi tests/xcmr10.dvi|| exit 1