]> git.proxmox.com Git - mirror_spl.git/blobdiff - README.markdown
Implement a proper rw_tryupgrade
[mirror_spl.git] / 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>