Home | History | Annotate | Line # | Download | only in tests
README revision 1.3
      1  1.3     wiz $NetBSD: README,v 1.3 2012/02/13 08:55:20 wiz Exp $
      2  1.1  jruoho 
      3  1.1  jruoho When adding new tests, please try to follow the directory structure of
      4  1.1  jruoho the real source tree. For instance, interfaces available via the C library
      5  1.1  jruoho should follow:
      6  1.1  jruoho 
      7  1.2  jruoho 	src/lib/libc/gen -> src/tests/lib/libc/gen
      8  1.2  jruoho 	src/lib/libc/sys -> src/tests/lib/libc/sys
      9  1.1  jruoho 
     10  1.1  jruoho Equivalently, tests for a program residing in src/usr.bin/program should be
     11  1.2  jruoho added to the src/tests/usr.bin/program subdirectory.
     12