mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Document how to run SPLAT
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #294
This commit is contained in:
parent
3ecf2d2bb6
commit
6a69693961
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user