NetBSD/tests
wiz 4739fc03e4 Adapt to repository move of dist from external/bsd/bzip2 to
external/bsd/bzip2/dist.
2012-05-07 08:51:47 +00:00
..
bin
crypto
dev Comment out the expected failure, as it does not trigger anymore. 2012-05-06 17:27:22 +00:00
examples
fs Do not set PUFFS_KFLAG_CACHE_FS_TTL for PUFFS tests 2012-04-21 01:03:46 +00:00
games
include
ipf
kernel
lib Revert previous, si_addr is expected to be the faulting *data* address 2012-04-23 15:07:56 +00:00
libexec
modules For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS. 2012-04-20 05:41:25 +00:00
net
rump
sbin
sys
usr.bin Adapt to repository move of dist from external/bsd/bzip2 to 2012-05-07 08:51:47 +00:00
usr.sbin
Atffile
Makefile
Makefile.inc
README
h_macros.h

README

$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.