1$NetBSD$
2
3When adding new tests, please try to follow the directory structure of
4the real source tree. For instance, interfaces available via the C library
5should follow:
6
7	src/lib/libc/gen -> src/tests/lib/libc/gen
8	src/lib/libc/sys -> src/tests/lib/libc/sys
9
10Equivalently, tests for a program residing in src/usr.bin/program should be
11added to the src/tests/usr.bin/program subdirectory.
12