#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2009-2014 Peter Breitenlohner # You may freely use, modify and/or distribute this file. tests=omegaware/tests test -d $tests || mkdir -p $tests TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=./$tests \ ./wovp2ovf -verbose $srcdir/$tests/specialhex $tests/specialhex $tests/specialhex || exit 1 TEXMFCNF=$srcdir/../kpathsea \ ./wofm2opl -verbose $tests/specialhex $tests/specialhex || exit 1 ./wopl2ofm -verbose $tests/specialhex $tests/xspecialhex || exit 1 TEXMFCNF=$srcdir/../kpathsea \ ./wofm2opl -verbose $tests/xspecialhex $tests/xspecialhex || exit 1 diff $tests/specialhex.opl $tests/xspecialhex.opl || exit 1 TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=.:./$tests \ ./wovf2ovp -verbose $tests/specialhex $tests/specialhex $tests/xspecialhex || exit 1 diff $srcdir/$tests/specialhex.ovp $tests/xspecialhex.ovp || exit 1