NetBSD/tests
2012-04-10 03:59:59 +00:00
..
bin Add sleep to the list. 2012-03-30 15:49:24 +00:00
crypto
dev
examples
fs New testcase that check file flags with unprivileged credentials. 2012-04-04 18:53:34 +00:00
games
include Use array access 2012-03-25 06:54:04 +00:00
ipf Mark the failing tests as broken. XXX: If no one is willing to maintain 2012-03-27 09:27:33 +00:00
kernel Move more PR references from comments to ATF's "descr". 2012-03-18 09:46:50 +00:00
lib Point to port-macppc/46319 when failing on macppc. 2012-04-10 03:59:59 +00:00
libexec
modules Skip Xen. XXX: There should be a reliable way to detect MODULAR. 2012-03-20 05:50:11 +00:00
net Move more PR references from comments to ATF's "descr". 2012-03-18 09:46:50 +00:00
rump Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive 2012-03-17 18:00:28 +00:00
sbin Test that sysctl(8) does not segfault, as reported by pgoyette@ on current 2012-04-10 02:39:33 +00:00
sys
usr.bin Fix typo. 2012-03-27 12:32:47 +00:00
usr.sbin PR/41061 fixed 2012-03-25 16:10:13 +00:00
Atffile
h_macros.h
Makefile Only descend into ipf if MKIPFILTER != "no" 2012-03-24 01:36:50 +00:00
Makefile.inc
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.