]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/pjdfstest/README
MFC r368207,368607:
[FreeBSD/stable/10.git] / contrib / pjdfstest / README
1 $FreeBSD: head/tools/regression/pjdfstest/README 211354 2010-08-15 21:29:03Z pjd $
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 <pawel@dawidek.net>