0
|
1 /*
|
|
2 * $Id: README,v 1.1.2.1 1999/02/08 06:02:48 yamasita Exp $
|
|
3 */
|
|
4
|
|
5 /*
|
|
6 * FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 * This file is part of FreeWnn.
|
|
8 *
|
|
9 * Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
10 * 1987, 1988, 1989, 1990, 1991, 1992
|
|
11 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
12 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
13 *
|
|
14 * Author: OMRON SOFTWARE Co., Ltd. <freewnn@rd.kyoto.omronsoft.co.jp>
|
|
15 *
|
|
16 * This program is free software; you can redistribute it and/or modify
|
|
17 * it under the terms of the GNU General Public License as published by
|
|
18 * the Free Software Foundation; either version 2, or (at your option)
|
|
19 * any later version.
|
|
20 *
|
|
21 * This program is distributed in the hope that it will be useful,
|
|
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
24 * GNU General Public License for more details.
|
|
25 *
|
|
26 * You should have received a copy of the GNU General Public License
|
|
27 * along with GNU Emacs; see the file COPYING. If not, write to the
|
|
28 * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
29 *
|
|
30 * Commentary:
|
|
31 *
|
|
32 * Change log:
|
|
33 *
|
|
34 * Last modified date: 8,Feb.1999
|
|
35 *
|
|
36 */
|
|
37
|
|
38 1. Environment for the test
|
|
39
|
|
40 0S : UniOS-B, UniOS-U, UniOS-Mach
|
|
41 Machine :
|
|
42 Can use X-Window (X11R4 or higher version).
|
|
43 Can use XWNMO.
|
|
44 Can use color bitmap display (for the color indication).
|
|
45
|
|
46 The test tool files should be put at proper place.
|
|
47
|
|
48 2. The way of the test
|
|
49
|
|
50 Each function is tested by using XIM test tool. You should investigate
|
|
51 the results of the test and check whether XIM acts rightly.
|
|
52
|
|
53 The testing procedure for each library function is shown as bellow.
|
|
54 [CR] means to hit return key.
|
|
55
|
|
56 2.1 Setting of the environment
|
|
57
|
|
58 2.1.1 Create or append to the file ".Xdefaults" as follows in the home
|
|
59 directory.
|
|
60
|
|
61 *xim.foreground: yellow
|
|
62 *Xim.Background: black
|
|
63 *xima.foreground: white
|
|
64 *Xima.Background: forestgreen
|
|
65 *ximb.foreground: blue
|
|
66 *Ximb.Background: red
|
|
67
|
|
68 2.1.2 Append the following to your file `.cshrc'.
|
|
69
|
|
70 (1) setenv LANG ja_JP.ujis
|
|
71 (2) setenv XMODIFIERS @im=_XWNMO
|
|
72 (3) setenv XIMLOGDIR (the DIRECTORY for locating your log file later)
|
|
73
|
|
74 2.1.3 Log file
|
|
75
|
|
76 The result of the testing is arranged into log files.
|
|
77 Some of the log files show like these:
|
|
78
|
|
79 "tim.log?", "ticon.log?", "ticover.log?", "ticoff.log?",
|
|
80 "ticroot.log?"
|
|
81
|
|
82 (note) "?" means consecutive numbers.
|
|
83
|
|
84 Actual file arrangement shows as follows(In the case of the directory
|
|
85 of the log files is "$HOME/xim/test/log").
|
|
86
|
|
87 $HOME/xim/test/log ибибииибиб /logfile001/ ибибииибиб tim.log
|
|
88 ив изибиб ticon.log1
|
|
89 ив изибиб ticon.log2
|
|
90 ив изибиб ticover.log1
|
|
91 ив изибиб ticover.log2
|
|
92 ив изибиб ticoff.log1
|
|
93 ив изибиб ticoff.log2
|
|
94 ив изибиб ticroot.log1
|
|
95 ив ижибиб ticroot.log2
|
|
96 изибиб /logfile002/ ибибииибиб tim.log
|
|
97 ив изибиб ticon.log1
|
|
98 ив изибиб ticover.log1
|
|
99 ив изибиб ticover.log2
|
|
100 ив изибиб ticover.log3
|
|
101 ив изибиб ticoff.log1
|
|
102 ижибиб ticroot.log1
|
|
103
|
|
104 (The "logfile001" is the name of sub-directory typed for putting
|
|
105 the log files in the first testing and the "logfile002" is for the
|
|
106 second testing. It is better to specify a meaningful sub-directory
|
|
107 name for the management of the results of testing.)
|
|
108
|
|
109 2.2 The way of the compilation
|
|
110
|
|
111 Input commands as below.
|
|
112
|
|
113 (1) $ cd ./ [CR]
|
|
114 (2) $ make -k [CR]
|
|
115
|
|
116 2.3 The way to execute XIM test tool
|
|
117
|
|
118 (1) Execute xwnmo.
|
|
119
|
|
120 (2) Open window(kterm) to indicate the contents of this test.
|
|
121 (note) This window size has to be 80x24.
|
|
122
|
|
123 (3) Input commands as follows on the window just opened from step (2).
|
|
124
|
|
125 $ cd ./ [CR]
|
|
126 $ ximtest logfile001 [CR]
|
|
127 (assume the sub-directory's name to locate log files is "logfile001".)
|
|
128
|
|
129 (4) The way of the test has two parts, auto test and manual test.
|
|
130 Auto test means the test program checks functions automaticly. Manual
|
|
131 test means the user chooses command from menu window and checks the
|
|
132 results.
|
|
133
|
|
134 In the case of the manual test, the input window (X11R5 XIM Test) and
|
|
135 the menu window (X11R5 XIM Menu) are used.
|
|
136
|
|
137
|
|
138
|
|
139
|
|
140
|
|
141
|