]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/fstest/README
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / fstest / README
1 $FreeBSD$
2
3 Few notes on how to use fstest in short steps:
4
5         # cd fstest
6         # vi tests/conf
7         Change 'fs' to file system type you want to test (UFS or ZFS).
8         # vi Makefile
9         You need to manually tweak few things by editing CFLAGS lines
10         at the top of the file.
11         # make
12         It will compile fstest utility which is used by regression tests.
13         # cd /path/to/file/system/you/want/to/test/
14         # prove -r /path/to/fstest/
15
16 That's all. Enjoy.
17
18 Currently supported operating systems: FreeBSD, Solaris.
19 Currently supported file system types: UFS, ZFS.
20
21 -- 
22 Pawel Jakub Dawidek <pjd@FreeBSD.org>