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