#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009-2014 Peter Breitenlohner # You may freely use, modify and/or distribute this file. BinDir=${BinDir:-.} ExeExt=${ExeExt:-} _wofm2opl=$BinDir/wofm2opl$ExeExt _wopl2ofm=$BinDir/wopl2ofm$ExeExt tests=omegaware/tests test -d $tests || mkdir -p $tests $_wopl2ofm -verbose $srcdir/$tests/repeat $tests/xrepeated || exit 1 TEXMFCNF=$srcdir/../kpathsea \ $_wofm2opl -verbose $tests/xrepeated $tests/xrepeated || exit 2 diff $srcdir/$tests/repeated.opl $tests/xrepeated.opl || exit 3