Skip to content

Commit

Permalink
Document how to run SPLAT
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#294
  • Loading branch information
kohsuke authored and behlendorf committed Oct 9, 2013
1 parent 3ecf2d2 commit 6a69693
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 6a69693

Please sign in to comment.