Module Name:    src
Committed By:   jruoho
Date:           Mon Feb 13 04:48:22 UTC 2012

Modified Files:
        src/tests: README

Log Message:
Polish the path names a little.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/README
diff -u src/tests/README:1.1 src/tests/README:1.2
--- src/tests/README:1.1	Mon Feb 13 04:43:25 2012
+++ src/tests/README	Mon Feb 13 04:48:21 2012
@@ -3,8 +3,8 @@ When adding new tests, please try to fol
 the real source tree. For instance, interfaces available via the C library
 should follow:
 
-	src/lib/libc/gen -> tests/lib/libc/gen
-	src/lib/libc/sys -> tests/lib/libc/sys
+	src/lib/libc/gen -> src/tests/lib/libc/gen
+	src/lib/libc/sys -> src/tests/lib/libc/sys
 
 Equivalently, tests for a program residing in src/usr.bin/program should be
-added to the tests/usr.bin/program subdirectory.
+added to the src/tests/usr.bin/program subdirectory.

Reply via email to