README revision 1.2
11.1Sjruoho
21.1SjruohoWhen adding new tests, please try to follow the directory structure of
31.1Sjruohothe real source tree. For instance, interfaces available via the C library
41.1Sjruohoshould follow:
51.1Sjruoho
61.2Sjruoho	src/lib/libc/gen -> src/tests/lib/libc/gen
71.2Sjruoho	src/lib/libc/sys -> src/tests/lib/libc/sys
81.1Sjruoho
91.1SjruohoEquivalently, tests for a program residing in src/usr.bin/program should be
101.2Sjruohoadded to the src/tests/usr.bin/program subdirectory.
11