diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-27 09:53:49 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-27 09:53:49 +0000 |
| commit | 7b39bef2cf93f6f0e79cc55a8ee2d339e42a6816 (patch) | |
| tree | 180f668e9c5d1bd7907c4c255f6d3fdcf271dc75 | |
| parent | 790c70c8258cfe2f4458be1a83df83b9af5296d0 (diff) | |
Notes
| -rw-r--r-- | tests/README | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/README b/tests/README index 2102dd1f9b186..c014db2cb9ba6 100644 --- a/tests/README +++ b/tests/README @@ -1,13 +1,11 @@ src/tests: The FreeBSD test suite ================================= -To run the FreeBSD test suite: -(1) Make sure that kyua is installed: - pkg install kyua -(2) To run the tests: +Usage of the FreeBSD test suite: +(1) Run the tests: kyua test -k /usr/tests/Kyuafile -(3) To see the test results: - kyua report +(2) See the test results: + kyua report For further information on using the test suite, read tests(7): man tests |
