1271294Sngie$FreeBSD: head/tools/regression/pjdfstest/README 211354 2010-08-15 21:29:03Z pjd $
2271294Sngie
3271294SngieFew notes on how to use pjdfstest in short steps:
4271294Sngie
5271294Sngie	# cd pjdfstest
6271294Sngie	# vi tests/conf
7271294Sngie	Change 'fs' to file system type you want to test (UFS or ZFS).
8271294Sngie	# vi Makefile
9271294Sngie	You need to manually tweak few things by editing CFLAGS lines
10271294Sngie	at the top of the file.
11271294Sngie	# make
12271294Sngie	It will compile pjdfstest utility which is used by regression tests.
13271294Sngie	# cd /path/to/file/system/you/want/to/test/
14271294Sngie	# prove -r /path/to/pjdfstest/tests
15271294Sngie
16271294SngieThat's all. Enjoy.
17271294Sngie
18271294SngieCurrently supported operating systems: FreeBSD, Solaris.
19271294SngieCurrently supported file system types: UFS, ZFS.
20271294Sngie
21271294Sngie-- 
22271294SngiePawel Jakub Dawidek <pawel@dawidek.net>
23