]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/pjdfstest/README
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / pjdfstest / README
1 $FreeBSD$
2
3 Few notes on how to use pjdfstest in short steps:
4
5         # cd pjdfstest
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 pjdfstest utility which is used by regression tests.
13         # cd /path/to/file/system/you/want/to/test/
14         # prove -r /path/to/pjdfstest/tests
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>