diff options
author | Kohsuke Kawaguchi <[email protected]> | 2013-09-22 09:45:54 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-09 13:52:59 -0700 |
commit | 6a696939617503e5c34dbb88ba62d556ce994bf1 (patch) | |
tree | d547e71421fdc975a2911fbeec158e145a26647b | |
parent | 3ecf2d2bb66b36917520c9b66154547f3510a66a (diff) |
Document how to run SPLAT
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #294
-rw-r--r-- | README.markdown | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 49c7f21ba..1de82ef93 100644 --- a/README.markdown +++ b/README.markdown @@ -22,5 +22,13 @@ compilation: $ ./configure --enable-linux-builtin --with-linux=/usr/src/linux-... $ ./copy-builtin /usr/src/linux-... -Full documentation for building, configuring, and using the SPL can -be found at: <http://zfsonlinux.org> +The SPL comes with an automated test suite called SPLAT. The test suite +is implemented in two parts. There is a kernel module which contains +the tests and a user space utility which controls which tests are run. +To run the full test suite: + + $ sudo insmod ./module/splat/splat.ko + $ sudo ./cmd/splat --all + +Full documentation for building, configuring, testing, and using the +SPL can be found at: <http://zfsonlinux.org> |