]> granicus.if.org Git - zfs/commitdiff
Document how to run SPLAT
authorKohsuke Kawaguchi <kk@kohsuke.org>
Sun, 22 Sep 2013 16:45:54 +0000 (09:45 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Oct 2013 20:52:59 +0000 (13:52 -0700)
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #294

README.markdown

index 49c7f21ba3b13f8df4d26cb49b3f2dd32289f9fa..1de82ef930346b75f6d974c9b04ba16905e36d84 100644 (file)
@@ -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>