summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/help.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/omegaware/help.test')
-rwxr-xr-xBuild/source/texk/web2c/omegaware/help.test18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegaware/help.test b/Build/source/texk/web2c/omegaware/help.test
new file mode 100755
index 00000000000..856a594b181
--- /dev/null
+++ b/Build/source/texk/web2c/omegaware/help.test
@@ -0,0 +1,18 @@
+#! /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 "*** ofm2opl -help"
+./wofm2opl -char=foo -help || exit 1
+
+echo && echo "*** opl2ofm -help"
+./wopl2ofm -help || exit 1
+
+echo && echo "*** ovf2ovp -help"
+./wovf2ovp -char=bar -help || exit 1
+
+echo && echo "*** ovp2ovf -help"
+./wovp2ovf -help || exit 1
+