Lines Matching +full:fault +full:- +full:log +full:- +full:enable
1 .\" SPDX-License-Identifier: CDDL-1.0
20 .Nd find, execute, and log the results of tests
110 Tests that exit zero and non-zero are marked
144 .Sy log
156 is an INI-style configuration file that describes a test run.
168 .Bl -tag -width "tests = ['filename', …]"
207 .Bl -tag -width "-o outputdir"
216 Enable kmemleak reporting (Linux only)
258 .Bl -tag -width "-h"
259 .It Sy Example 1 : No Running ad-hoc tests .
262 .Bd -literal
263 .No % Nm run Ar my-tests
264 Test: /home/jkennedy/my-tests/test-01 [00:02] [PASS]
265 Test: /home/jkennedy/my-tests/test-02 [00:04] [PASS]
266 Test: /home/jkennedy/my-tests/test-03 [00:01] [PASS]
278 with non-default options.
279 .Bd -literal
280 .No % Nm run Fl p Ar setup Fl x Ar root Fl g Fl w Ar new-tests.run Ar new-tests
281 .No % Nm cat Pa new-tests.run
282 [DEFAULT]
292 [/home/jkennedy/new-tests]
293 tests = ['test-01', 'test-02', 'test-03']