README revision 1.1
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.1Sjruoho	src/lib/libc/gen -> tests/lib/libc/gen
71.1Sjruoho	src/lib/libc/sys -> tests/lib/libc/sys
81.1Sjruoho
91.1SjruohoEquivalently, tests for a program residing in src/usr.bin/program should be
101.1Sjruohoadded to the tests/usr.bin/program subdirectory.
11