Home | History | Annotate | Line # | Download | only in tests
README revision 1.2
      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.2  jruoho 	src/lib/libc/gen -> src/tests/lib/libc/gen
      7  1.2  jruoho 	src/lib/libc/sys -> src/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.2  jruoho added to the src/tests/usr.bin/program subdirectory.
     11