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

./cef5conv <$srcdir/tests/cef5conv.tex >cef5conv.cjk \
	&& diff cef5conv.cjk $srcdir/tests/cef5conv.cjk \
	|| exit 1

./bg5conv <$srcdir/tests/cef5conv.tex | ./cefconv \
	| sed 's/cefconv.*bg5conv/cef5conv/' >cef5conv.cjk \
	&& diff cef5conv.cjk $srcdir/tests/cef5conv.cjk \
	|| exit 1

./cefconv <$srcdir/tests/cef5conv.tex | ./bg5conv \
	| sed 's/CJKpreproc.*CNSpreproc/CNSpreproc/;s/cefconv/cef5conv/' >cef5conv.cjk \
	&& diff cef5conv.cjk $srcdir/tests/cef5conv.cjk \
	|| exit 1