~ubuntu-branches/ubuntu/trusty/dejagnu/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/f40.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2004-02-09 15:07:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040209150758-oaj7r5zrop60v8sb
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Abstract</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
 
9
"><LINK
 
10
REL="HOME"
 
11
TITLE="DejaGnu"
 
12
HREF="book1.html"><LINK
 
13
REL="PREVIOUS"
 
14
TITLE="DejaGnu"
 
15
HREF="book1.html"><LINK
 
16
REL="NEXT"
 
17
TITLE="Overview"
 
18
HREF="c50.html"></HEAD
 
19
><BODY
 
20
CLASS="PREFACE"
 
21
BGCOLOR="#FFFFFF"
 
22
TEXT="#000000"
 
23
LINK="#0000FF"
 
24
VLINK="#840084"
 
25
ALINK="#0000FF"
 
26
><DIV
 
27
CLASS="NAVHEADER"
 
28
><TABLE
 
29
SUMMARY="Header navigation table"
 
30
WIDTH="100%"
 
31
BORDER="0"
 
32
CELLPADDING="0"
 
33
CELLSPACING="0"
 
34
><TR
 
35
><TH
 
36
COLSPAN="3"
 
37
ALIGN="center"
 
38
>DejaGnu: The GNU Testing Framework</TH
 
39
></TR
 
40
><TR
 
41
><TD
 
42
WIDTH="10%"
 
43
ALIGN="left"
 
44
VALIGN="bottom"
 
45
><A
 
46
HREF="book1.html"
 
47
ACCESSKEY="P"
 
48
>&#60;&#60;&#60; Previous</A
 
49
></TD
 
50
><TD
 
51
WIDTH="80%"
 
52
ALIGN="center"
 
53
VALIGN="bottom"
 
54
></TD
 
55
><TD
 
56
WIDTH="10%"
 
57
ALIGN="right"
 
58
VALIGN="bottom"
 
59
><A
 
60
HREF="c50.html"
 
61
ACCESSKEY="N"
 
62
>Next &#62;&#62;&#62;</A
 
63
></TD
 
64
></TR
 
65
></TABLE
 
66
><HR
 
67
ALIGN="LEFT"
 
68
WIDTH="100%"></DIV
 
69
><DIV
 
70
CLASS="PREFACE"
 
71
><H1
 
72
><A
 
73
NAME="PREFACE"
 
74
></A
 
75
>Abstract</H1
 
76
><P
 
77
>This document describes the functionality of DejaGnu, the
 
78
    testing framework of the GNU project. DejaGnu is written in
 
79
    <SPAN
 
80
CLASS="PRODUCTNAME"
 
81
>Expect</SPAN
 
82
>, which uses
 
83
    <SPAN
 
84
CLASS="PRODUCTNAME"
 
85
>Tcl</SPAN
 
86
> as a command
 
87
    language. <SPAN
 
88
CLASS="PRODUCTNAME"
 
89
>Expect</SPAN
 
90
> acts as a very
 
91
    programmable shell.  As with other Unix command shells, you can
 
92
    run any program, but once the program is started, your test script
 
93
    has programmable control over its input and output.  This does not
 
94
    just apply to the programs under test; <B
 
95
CLASS="COMMAND"
 
96
>expect</B
 
97
>
 
98
    can also run any auxiliary program, such as
 
99
    <B
 
100
CLASS="COMMAND"
 
101
>diff</B
 
102
> or <B
 
103
CLASS="COMMAND"
 
104
>sh</B
 
105
>, with full
 
106
    control over its input and output.</P
 
107
><P
 
108
>DejaGnu itself is merely a framework for the creation of
 
109
    testsuites. Testsuites are distributed with each
 
110
    application.</P
 
111
></DIV
 
112
><DIV
 
113
CLASS="NAVFOOTER"
 
114
><HR
 
115
ALIGN="LEFT"
 
116
WIDTH="100%"><TABLE
 
117
SUMMARY="Footer navigation table"
 
118
WIDTH="100%"
 
119
BORDER="0"
 
120
CELLPADDING="0"
 
121
CELLSPACING="0"
 
122
><TR
 
123
><TD
 
124
WIDTH="33%"
 
125
ALIGN="left"
 
126
VALIGN="top"
 
127
><A
 
128
HREF="book1.html"
 
129
ACCESSKEY="P"
 
130
>&#60;&#60;&#60; Previous</A
 
131
></TD
 
132
><TD
 
133
WIDTH="34%"
 
134
ALIGN="center"
 
135
VALIGN="top"
 
136
><A
 
137
HREF="book1.html"
 
138
ACCESSKEY="H"
 
139
>Home</A
 
140
></TD
 
141
><TD
 
142
WIDTH="33%"
 
143
ALIGN="right"
 
144
VALIGN="top"
 
145
><A
 
146
HREF="c50.html"
 
147
ACCESSKEY="N"
 
148
>Next &#62;&#62;&#62;</A
 
149
></TD
 
150
></TR
 
151
><TR
 
152
><TD
 
153
WIDTH="33%"
 
154
ALIGN="left"
 
155
VALIGN="top"
 
156
>DejaGnu</TD
 
157
><TD
 
158
WIDTH="34%"
 
159
ALIGN="center"
 
160
VALIGN="top"
 
161
>&nbsp;</TD
 
162
><TD
 
163
WIDTH="33%"
 
164
ALIGN="right"
 
165
VALIGN="top"
 
166
>Overview</TD
 
167
></TR
 
168
></TABLE
 
169
></DIV
 
170
></BODY
 
171
></HTML
 
172
>
 
 
b'\\ No newline at end of file'