Move test images to images/ and add a large, generated test image.
[hivex.git] / images / README
similarity index 55%
rename from hivex/t/README
rename to images/README
index b7e297a..2131885 100644 (file)
@@ -1,4 +1,4 @@
-This directory contains tests for the hivex library.
+This directory contains test images for the hivex library.
 
 'minimal' is a valid registry containing a single root nk (with
 associated sk) which was created by chopping out everything possible
@@ -6,4 +6,8 @@ from a Windows 2003 software hive and then doing lots of hand edits on
 the result.  There is no "source" for it as such, it is just a
 hand-crafted binary blob.
 
-- Richard W.M. Jones 2010-01-23.
+'large' is a procedurally generated, large hive.  The program
+'mklarge.c' is used to make this during the build.  It is used during
+tests.
+
+- Richard W.M. Jones 2010-02-24.