Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests Polish the path names a little.



details:   https://anonhg.NetBSD.org/src/rev/c176f16045fb
branches:  trunk
changeset: 773685:c176f16045fb
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Feb 13 04:48:21 2012 +0000

description:
Polish the path names a little.

diffstat:

 tests/README |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 8007a17c6308 -r c176f16045fb tests/README
--- a/tests/README      Mon Feb 13 04:43:25 2012 +0000
+++ b/tests/README      Mon Feb 13 04:48:21 2012 +0000
@@ -3,8 +3,8 @@
 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.



Home | Main Index | Thread Index | Old Index