Added a README to basic-tests
authorTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 03:09:14 +0000 (15:09 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 03:09:14 +0000 (15:09 +1200)
Signed-off-by: Timothy Manning <codedraftsman@gmail.com>
direct/test-framework/basic-tests/README.txt [new file with mode: 0644]

diff --git a/direct/test-framework/basic-tests/README.txt b/direct/test-framework/basic-tests/README.txt
new file mode 100644 (file)
index 0000000..1891a32
--- /dev/null
@@ -0,0 +1,13 @@
+basic-tests README
+
+This test is where we write a tests to 
+reproduce errors that are hard to recreate.
+
+These errors frequently require yaffs to be put 
+into abnormal states, which will not work well in 
+normal test rig.
+
+The solutions are manually verified here.
+
+This is not designed to be run by you as a test rig.
+It is just here for us to use for debugging purposes.