head	1.8;
access;
symbols
	RELENG_5_0_0_RELEASE:1.5
	RELENG_5_0:1.5.0.2
	RELENG_5_0_BP:1.5;
locks; strict;
comment	@# @;


1.8
date	2003.04.13.09.11.44;	author phk;	state dead;
branches;
next	1.7;

1.7
date	2003.01.31.18.31.48;	author phk;	state Exp;
branches;
next	1.6;

1.6
date	2002.12.16.21.39.16;	author phk;	state Exp;
branches;
next	1.5;

1.5
date	2002.05.21.20.42.46;	author phk;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.19.18.57.03;	author phk;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.28.21.42.38;	author phk;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.8
log
@Remove the "run GEOM in userland harness" test stuff, it's been OBE.
@
text
@# $FreeBSD: src/tools/regression/geom/Test/Makefile,v 1.7 2003/01/31 18:31:48 phk Exp $

SUBDIR+=	T000 T001 T002 T003 T004 T005 T006 T007 T008 T009
SUBDIR+=	     T011 T012 T013 T014 T015

# SUBDIR+=	T999

.include <bsd.subdir.mk>

test:	_SUBDIR

mkref:	_SUBDIR
@


1.7
log
@Add Apple partitioning test case.

Use correct name for image data file
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Get the test-suite into sync with the kernel again.
@
text
@d4 1
a4 1
SUBDIR+=	     T011 T012 T013 T014
@


1.5
log
@Update to match kernel side.

Sponsored by: DARPA & NAI Labs.
@
text
@d4 1
a4 1
SUBDIR+=	T010 T011 T012 T013 T014
@


1.4
log
@Catch up with recent events.

Sponsored by:	DARPA & NAI Labs.
@
text
@d11 2
@


1.3
log
@Add testcase #14:  PC98 label.
@
text
@d10 1
a10 1
test:	_SUBDIRUSE
@


1.2
log
@Link testcase 13 in.
@
text
@d4 1
a4 1
SUBDIR+=	T010 T011 T012 T013
@


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
@d4 1
a4 1
SUBDIR+=	T010 T011 T012
@

