From 0a86d26f4829d2f6bdab779e9c38c9e685efb20f Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Thu, 1 Jul 2021 15:09:14 +1200 Subject: [PATCH] Added a README to basic-tests Signed-off-by: Timothy Manning --- direct/test-framework/basic-tests/README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 direct/test-framework/basic-tests/README.txt diff --git a/direct/test-framework/basic-tests/README.txt b/direct/test-framework/basic-tests/README.txt new file mode 100644 index 0000000..1891a32 --- /dev/null +++ b/direct/test-framework/basic-tests/README.txt @@ -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. -- 2.30.2