OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / temp-system / common / check.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>The Check package is a unit testing framework for C.</para>
14 @y
15     <para>
16     Check パッケージは C 言語に対してのユニットテストのフレームワークです。
17     </para>
18 @z
19
20 @x
21     <title>Installation of Check</title>
22 @y
23     <title>&InstallationOf1;Check &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="a">We will install Check into
28     <filename class="directory">/tools</filename> to satisfy a dependency
29     on it for Kbd and Libpipeline in the final system.</para>
30 @y
31     <para os="a">
32     Check は <filename class="directory">/tools</filename> ディレクトリにインストールします。
33     最終システムにおける Kbd と Libpipeline の依存関係を満たすためです。
34     </para>
35 @z
36
37 @x
38     <para os="c">Prepare Check for compilation:</para>
39 @y
40     <para os="c">&PreparePackage1;Check &PreparePackage2;</para>
41 @z
42
43 @x
44     <para os="f">Build the package:</para>
45 @y
46     <para os="f">パッケージをビルドします。</para>
47 @z
48
49 @x
50     <para os="i">Install the package:</para>
51 @y
52     <para os="i">&InstallThePackage;</para>
53 @z
54
55 @x
56     <title>Contents of Check</title>
57 @y
58     <title>&ContentsOf1;Check &ContentsOf2;</title>
59 @z
60
61 @x
62       <segtitle>Installed program</segtitle>
63       <segtitle>Installed library</segtitle>
64 @y
65       <segtitle>&InstalledProgram;</segtitle>
66       <segtitle>&InstalledLibrary;</segtitle>
67 @z
68
69 @x
70         <seg>checkmk</seg>
71         <seg>libcheck.{a,so}</seg>
72 @y
73         <seg>checkmk</seg>
74         <seg>libcheck.{a,so}</seg>
75 @z
76
77 @x
78       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
79 @y
80       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
81 @z
82
83 @x checkmk
84           <para>Awk script for generating C unit tests for use with the C the
85           Check unit testing framework</para>
86 @y
87           <para>
88           Check ユニットテストフレームワークにて利用される、C 言語ユニットテストを生成するための Awk スクリプト。
89           </para>
90 @z
91
92 @x libcheck.{a,so}
93           <para>Contains functions that allow Check to be called from a test
94           program</para>
95 @y
96           <para>
97           テストプログラムから Check を呼び出すための関数を提供します。
98           </para>
99 @z