Lines Matching refs:tests
1 src/tests: The FreeBSD test suite
7 (2) To run the tests:
8 kyua test -k /usr/tests/Kyuafile
12 For further information on using the test suite, read tests(7):
13 man tests
23 * The goal for /usr/tests/ (the installed test programs) is to follow
26 discoverability of tests. We want a mapping such as:
28 /usr/src/bin/cp/ -> /usr/tests/bin/cp/
29 /usr/src/lib/libc/ -> /usr/tests/lib/libc/
30 /usr/src/usr.bin/cut/ -> /usr/tests/usr.bin/cut/
34 to the source code of such programs. For example, the tests for the
35 src/lib/libcrypt/ library live in src/lib/libcrypt/tests/. The tests/
38 * The src/tests/ hierarchy (this directory) provides generic test
42 * The src/tests/ hierarchy also includes cross-functional test programs:
49 In order to keep the src/tests/ hierarchy decoupled from the actual test
58 auto-discovery features. As an example, take a look at src/lib/tests/
59 whose sole purpose is to install a Kyuafile into /usr/tests/lib/.
60 The goal in this specific case is for /usr/tests/lib/ to be generated