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