Lines Matching full:tests
1 src/tests: The FreeBSD test suite
5 (1) Run the tests:
6 kyua test -k /usr/tests/Kyuafile
10 For further information on using the test suite, read tests(7):
11 man tests
21 * The goal for /usr/tests/ (the installed test programs) is to follow
24 discoverability of tests. We want a mapping such as:
26 /usr/src/bin/cp/ -> /usr/tests/bin/cp/
27 /usr/src/lib/libc/ -> /usr/tests/lib/libc/
28 /usr/src/usr.bin/cut/ -> /usr/tests/usr.bin/cut/
32 to the source code of such programs. For example, the tests for the
33 src/lib/libcrypt/ library live in src/lib/libcrypt/tests/. The tests/
36 * The src/tests/ hierarchy (this directory) provides generic test
40 * The src/tests/ hierarchy also includes cross-functional test programs:
47 In order to keep the src/tests/ hierarchy decoupled from the actual test
56 auto-discovery features. As an example, take a look at src/lib/tests/
57 whose sole purpose is to install a Kyuafile into /usr/tests/lib/.
58 The goal in this specific case is for /usr/tests/lib/ to be generated