#! /bin/sh # Copyright (C) 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. test -d tests || mkdir -p tests ./omfonts -opl2ofm -verbose $srcdir/tests/repeat tests/xrepeated || exit 1 TEXMFCNF=$srcdir/../../kpathsea \ ./omfonts -ofm2opl -verbose tests/xrepeated tests/xrepeated || exit 1 diff $srcdir/tests/repeated.opl tests/xrepeated.opl || exit 1