summaryrefslogtreecommitdiff
path: root/libaio-0.3.109/harness/README
diff options
context:
space:
mode:
Diffstat (limited to 'libaio-0.3.109/harness/README')
-rw-r--r--libaio-0.3.109/harness/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/libaio-0.3.109/harness/README b/libaio-0.3.109/harness/README
new file mode 100644
index 0000000..5557370
--- /dev/null
+++ b/libaio-0.3.109/harness/README
@@ -0,0 +1,19 @@
+Notes on running this test suite:
+
+To run the test suite, run "make check". All test cases should pass
+and there should be 0 fails.
+
+Several of the test cases require a directory on the filesystem under
+test for the creation of test files, as well as the generation of
+error conditions. The test cases assume the directories (or symlinks
+to directories) are as follows:
+
+ testdir/
+ - used for general read/write test cases. Must have at
+ least as much free space as the machine has RAM (up
+ to 768MB).
+ testdir.enospc/
+ - a filesystem that has space for writing 8KB out, but
+ fails with -ENOSPC beyond 8KB.
+ testdir.ext2/
+ - must be an ext2 filesystem.