diff options
author | phk <phk@FreeBSD.org> | 2002-03-17 18:53:58 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-03-17 18:53:58 +0000 |
commit | 460894ff2e1f555ee5434d55ae38eccb388034d8 (patch) | |
tree | 3562b9335baf056db57654225a5719a56ba8bc35 /tools/regression/geom/Test/T009/Makefile | |
parent | cc6d626788c6448dae7abd98f475be73ffc73109 (diff) | |
download | FreeBSD-src-460894ff2e1f555ee5434d55ae38eccb388034d8.zip FreeBSD-src-460894ff2e1f555ee5434d55ae38eccb388034d8.tar.gz |
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.
Diffstat (limited to 'tools/regression/geom/Test/T009/Makefile')
-rw-r--r-- | tools/regression/geom/Test/T009/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/regression/geom/Test/T009/Makefile b/tools/regression/geom/Test/T009/Makefile new file mode 100644 index 0000000..e944636 --- /dev/null +++ b/tools/regression/geom/Test/T009/Makefile @@ -0,0 +1,3 @@ +# $FreeBSD$ +.include "../Makefile.inc" +.include <bsd.prog.mk> |