freebsd-dev/tools
Poul-Henning Kamp 31304807c1 Add the GEOM regression test framework.
This is a set of userland shims in which GEOM can be run through simple
tests.

The simulation of kernel synchronization primitives is very primitive
and consequently some times tests will fail because of races.

Data/ contains a number of files in XML format which describe the
key sectors for a number of disk images

This is a very handy tool for people developing GEOM methods.  The
"simdisk" method can be told to read from a "real disk" and afterwards
dump the accessed sectors in XML format for further use.

I hope future method writes will see the benefit of this test
collection and add to it when they write methods for GEOM.

You will need ports/textproc/expat for the XML parser.

Sponsored by:   DARPA, NAI Labs.
2002-03-17 18:53:58 +00:00
..
3.0-upgrade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
diag Complete '_' hack. 2002-02-07 19:32:40 +00:00
LibraryReport $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
regression Add the GEOM regression test framework. 2002-03-17 18:53:58 +00:00
test Remove broken attempt to compile libc's malloc source directly; this 2002-01-02 06:42:34 +00:00
tools Add a tool that I've written to help with finding what other 2002-02-28 20:12:52 +00:00
install.sh Added support for all new install(1) options. 2001-05-28 16:53:01 +00:00
README - Add $FreeBSD$ 2000-08-13 14:46:31 +00:00

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.