[BACK]Return to README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests

File: [cvs.NetBSD.org] / src / tests / README (download)

Revision 1.3, Mon Feb 13 08:55:20 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.2: +1 -0 lines

Add RCS Id.

$NetBSD: README,v 1.3 2012/02/13 08:55:20 wiz Exp $

When adding new tests, please try to follow the directory structure of
the real source tree. For instance, interfaces available via the C library
should follow:

	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 src/tests/usr.bin/program subdirectory.