head	1.3;
access;
symbols
	RELENG_5_0_0_RELEASE:1.2
	RELENG_5_0:1.2.0.2
	RELENG_5_0_BP:1.2;
locks; strict;
comment	@# @;


1.3
date	2003.04.13.09.11.45;	author phk;	state dead;
branches;
next	1.2;

1.2
date	2002.09.15.13.05.35;	author phk;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.17.18.53.49;	author phk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the "run GEOM in userland harness" test stuff, it's been OBE.
@
text
@# $FreeBSD: src/tools/regression/geom/Test/T003/Makefile,v 1.2 2002/09/15 13:05:35 phk Exp $
.include <bsd.prog.mk>
@


1.2
log
@Some change in src/share/mk seems to have made it possible to remove
50% of the active ingredients in these Makefiles.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@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.
@
text
@a1 1
.include "../Makefile.inc"
@

