summaryrefslogtreecommitdiff
path: root/direct/timothy_tests/quick_tests/README.txt
diff options
context:
space:
mode:
authorTimothy Manning <tfhmanning@gmail.com>2011-12-16 13:28:52 +1300
committerTimothy Manning <tfhmanning@gmail.com>2011-12-16 13:28:52 +1300
commit121c055437f23d9d6bc7b57d36ecf128b447013f (patch)
tree81e0fbb2690ff61535cc98cf88019abda9fb2e95 /direct/timothy_tests/quick_tests/README.txt
parentd7388fb75a13610d14d0afc397f826bd44c972e1 (diff)
Have updated yaffs direct tests and added README files to the tests.
Signed-off-by: Timothy Manning <tfhmanning@gmail.com>
Diffstat (limited to 'direct/timothy_tests/quick_tests/README.txt')
-rw-r--r--direct/timothy_tests/quick_tests/README.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/direct/timothy_tests/quick_tests/README.txt b/direct/timothy_tests/quick_tests/README.txt
index 1744392..55b670e 100644
--- a/direct/timothy_tests/quick_tests/README.txt
+++ b/direct/timothy_tests/quick_tests/README.txt
@@ -1,6 +1,20 @@
-
Made by Timothy Manning <timothy@yaffs.net> on 04/11/2010
+This test is designed to test the response and error handling of the yaffs functions.
+
+compile command: make
+run command: ./quick_tests
+
+command line options:
+ -h prints the available command line options.
+ -c tests will continue even if a test fails, rather than exiting the test.
+ -v verbose mode. will print all messages.
+ -q quiet mode. will not print any messages.
+ -t [number] sets the yaffs_trace() function to the number.
+ -n [number] sets the number of randomly selected tests to run after the test has run through
+ after running all of listed tests.
+
+############################# development infomation ####################################################################
Tests made