Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / atf / dist / doc / standalone / readme.html
blob2138a5458457bcf26e651b2f6bf76cf7680c9fb2
1 <?xml version="1.0"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta xmlns="" http-equiv="Content-Type"
5 content="text/html; charset=iso-8859-1" />
6 <link xmlns="" rel="made"
7 href="mailto:atf-devel AT NetBSD DOT org" />
8 <link xmlns="" rel="stylesheet" type="text/css"
9 href="standalone.css" />
10 <title xmlns="">Basic information</title>
11 </head>
12 <body>
13 <div xmlns="" class="header">
14 <p class="title">Basic information</p>
15 <p class="author">By Julio Merino, The NetBSD Foundation</p>
16 </div>
17 <div xmlns="" class="toc">
18 <h1>Contents</h1>
19 <ol>
20 <li>
21 <p>
22 <a href="#introduction">Introduction</a>
23 </p>
24 </li>
25 <li>
26 <p>
27 <a href="#docs">Other documents</a>
28 </p>
29 </li>
30 <li>
31 <p>
32 <a href="#contributing">Contributing</a>
33 </p>
34 </li>
35 </ol>
36 </div>
37 <div xmlns="" class="contents">
38 <h1>
39 <a name="introduction">Introduction</a>
40 </h1>
41 <p xml:space="preserve">
42 The Automated Testing Framework (ATF) is a collection of libraries
43 and utilities designed to ease unattended application testing in
44 the hands
45 of developers and end users of a specific piece of software.
46 </p>
47 <p xml:space="preserve">
48 As regards developers, ATF provides the necessary means to easily
49 create test suites composed of multiple test programs, which in
50 turn are a
51 collection of test cases. It also attempts to simplify the
52 debugging of
53 problems when these test cases detect an error by providing as much
54 information as possible about the failure.
55 </p>
56 <p xml:space="preserve">
57 As regards users, it simplifies the process of running the test
58 suites and, in special, encourages end users to run them often:
59 they do not
60 need to have source trees around nor any other development tools
61 installed
62 to be able to certify that a given piece of software works on their
63 machine
64 as advertised.
65 </p>
66 <h1>
67 <a name="docs">Other documents</a>
68 </h1>
69 <ul>
70 <li>
71 <p xml:space="preserve">
72 <tt class="filename">AUTHORS</tt>: List of authors and
73 contributors for this project.
74 </p>
75 </li>
76 <li>
77 <p xml:space="preserve">
78 <tt class="filename">COPYING</tt>: License
79 information.
80 </p>
81 </li>
82 <li>
83 <p xml:space="preserve">
84 <tt class="filename">INSTALL</tt>: Compilation and installation
85 instructions. These is not the standard document shipped with many
86 packages, so be sure to read it for things that are specific to
87 ATF's
88 build.
89 </p>
90 </li>
91 <li>
92 <p xml:space="preserve">
93 <tt class="filename">NEWS</tt>: List of major changes between
94 formal, published releases.
95 </p>
96 </li>
97 </ul>
98 <h1>
99 <a name="contributing">Contributing</a>
100 </h1>
101 <p xml:space="preserve">
102 If you are planning to contribute code to the project, be
103 absolutely
104 sure to read doc/hacking.txt first.
105 </p>
106 </div>
107 </body>
108 </html>