Home | History | Annotate | Line # | Download | only in tests
README revision 1.2
      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 -> src/tests/lib/libc/gen
      7 	src/lib/libc/sys -> src/tests/lib/libc/sys
      8 
      9 Equivalently, tests for a program residing in src/usr.bin/program should be
     10 added to the src/tests/usr.bin/program subdirectory.
     11