summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/help.test
blob: 8ce78ba199ec60811a068747d4f61a7297f46f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

echo && echo "*** omfonts -help"
./omfonts -help || exit 1

echo && echo "*** ofm2opl -help"
./omfonts -ofm2opl -char-format=foo -num=bar -text=baz -help || exit 1

echo && echo "*** opl2ofm -help"
./omfonts -opl2ofm -char-format=num -num=hex -text=mixed -help || exit 1

echo && echo "*** ovf2ovp -help"
./omfonts -ovf2ovp -char-format=foo -num=bar -text=baz -help || exit 1

echo && echo "*** ovp2ovf -help"
./omfonts -ovp2ovf -char-format=ascii -num=octal -text=upper -help || exit 1