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