Lines Matching full:tests

1 .\"	$NetBSD: tests.kyua.7,v 1.2 2013/07/20 21:39:59 wiz Exp $
32 .Nm tests
39 Test Suite provides a collection of automated tests for two major purposes.
55 .Pa /usr/tests
60 For information on writing the tests, see
64 .Pa /usr/tests
76 .Ss When to run the tests?
99 .Ss Running the tests
102 $ kyua test -k /usr/tests/Kyuafile
106 .Pa /usr/tests
111 This summary includes a brief count of all total tests run and how many of
114 It is possible to restrict which tests to run by providing their names in
116 For example, this would execute the tests for the
122 $ kyua test -k /usr/tests/Kyuafile bin/cp usr.bin/cut
124 .Ss Obtaining reports of the tests execution
128 tests and show which ones failed:
136 $ kyua report-html --output ~/public_html/tests
142 .Ss Configuring the tests
147 Unless certain properties are defined, the tests that require them will be
161 If defined, enables tests that may destroy and recreate semipermanent device
163 Without this variable, tests may still create and destroy devices nodes that
166 However, tests that require this variable have a relaxed cleanup requirement;
170 Enables tests that change globally significant
173 The tests will undo any changes in their cleanup phases.
176 Tests that need destructive access to disks must use these devices.
177 Tests are not required to preserve any data present on these disks.
180 Tests that need to modify a routing table may use any of these.
181 Tests will cleanup any new routes that they create.
209 .It Pa /usr/tests/
213 .It Pa /usr/tests/Kyuafile