[BACK]Return to README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests

Annotation of src/tests/README, Revision 1.1

1.1     ! jruoho      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.

CVSweb <webmaster@jp.NetBSD.org>