OSDN Git Service

Update to lfsbook 7.2.ja
[linuxjf/JF.git] / docs / LFS-BOOK / chapter05 / dejagnu.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
6     <title>
7       5.12. DejaGNU-1.5
8     </title>
9     <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
10     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
11     <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
12     "text/css" media="print" />
13   </head>
14   <body class="lfs" id="lfs-7.2">
15     <div class="navheader">
16       <h4>
17         Linux From Scratch - Version 7.2
18       </h4>
19       <h3>
20         第5章 一時的環境の構築
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="expect.html" title="Expect-5.45">前のページ</a>
25           <p>
26             Expect-5.45
27           </p>
28         </li>
29         <li class="next">
30           <a accesskey="n" href="check.html" title="Check-0.9.8">次のページ</a>
31           <p>
32             Check-0.9.8
33           </p>
34         </li>
35         <li class="up">
36           <a accesskey="u" href="chapter05.html" title=
37           "第5章 一時的環境の構築">上に戻る</a>
38         </li>
39         <li class="home">
40           <a accesskey="h" href="../index.html" title=
41           "Linux From Scratch - Version 7.2">ホーム</a>
42         </li>
43       </ul>
44     </div>
45     <div class="wrap" lang="ja" xml:lang="ja">
46       <h1 class="sect1">
47         <a id="ch-tools-dejagnu" name="ch-tools-dejagnu"></a>5.12.
48         DejaGNU-1.5
49       </h1>
50       <div class="package" lang="ja" xml:lang="ja">
51         <p>
52           DejaGNU パッケージは、他のプログラムをテストするフレームワークを提供します。
53         </p>
54         <div class="segmentedlist">
55           <div class="seglistitem">
56             <div class="seg">
57               <strong class="segtitle">概算ビルド時間:</strong> <span class=
58               "segbody">0.1 SBU 以下</span>
59             </div>
60             <div class="seg">
61               <strong class="segtitle">必要ディスク容量:</strong> <span class=
62               "segbody">4.1 MB</span>
63             </div>
64           </div>
65         </div>
66       </div>
67       <div class="installation" lang="ja" xml:lang="ja">
68         <h2 class="sect2">
69           5.12.1. DejaGNU のインストール
70         </h2>
71         <p>
72           DejaGNU をコンパイルするための準備をします。
73         </p>
74         <pre class="userinput">
75 <kbd class="command">./configure --prefix=/tools</kbd>
76 </pre>
77         <p>
78           パッケージをビルドしてインストールします。
79         </p>
80         <pre class="userinput">
81 <kbd class="command">make install</kbd>
82 </pre>
83         <p>
84           コンパイル結果をテストするなら以下を実行します。
85         </p>
86         <pre class="userinput">
87 <kbd class="command">make check</kbd>
88 </pre>
89       </div>
90       <div class="content" lang="ja" xml:lang="ja">
91         <h2 class="sect2">
92           <a id="contents-dejagnu" name="contents-dejagnu"></a>5.12.2.
93           DejaGNU の構成
94         </h2>
95         <div class="segmentedlist">
96           <div class="seglistitem">
97             <div class="seg">
98               <strong class="segtitle">インストールプログラム:</strong> <span class=
99               "segbody">runtest</span>
100             </div>
101           </div>
102         </div>
103         <div class="variablelist">
104           <h3>
105             概略説明
106           </h3>
107           <table border="0">
108             <col align="left" valign="top" />
109             <tbody>
110               <tr>
111                 <td>
112                   <p>
113                     <a id="runtest" name="runtest"></a><span class=
114                     "term"><span class=
115                     "command"><strong>runtest</strong></span></span>
116                   </p>
117                 </td>
118                 <td>
119                   <p>
120                     <span class="command"><strong>expect</strong></span>
121                     シェルの適正な場所を特定し DejaGNU を実行するためのラッパースクリプト。
122                   </p>
123                 </td>
124               </tr>
125             </tbody>
126           </table>
127         </div>
128       </div>
129     </div>
130     <div class="navfooter">
131       <ul>
132         <li class="prev">
133           <a accesskey="p" href="expect.html" title="Expect-5.45">前のページ</a>
134           <p>
135             Expect-5.45
136           </p>
137         </li>
138         <li class="next">
139           <a accesskey="n" href="check.html" title="Check-0.9.8">次のページ</a>
140           <p>
141             Check-0.9.8
142           </p>
143         </li>
144         <li class="up">
145           <a accesskey="u" href="chapter05.html" title=
146           "第5章 一時的環境の構築">上に戻る</a>
147         </li>
148         <li class="home">
149           <a accesskey="h" href="../index.html" title=
150           "Linux From Scratch - Version 7.2">ホーム</a>
151         </li>
152       </ul>
153     </div>
154   </body>
155 </html>