NameDateSize

..19-Jan-201786

FREEBSD-upgradeH A D08-Mar-2015870

LICENSEH A D08-Mar-20151.4 KiB

MakefileH A D08-Mar-2015771

pjdfstest.cH A D08-Mar-201531.7 KiB

READMEH A D08-Mar-2015667

tests/H20-Dec-201619

README

1$FreeBSD: head/tools/regression/pjdfstest/README 211354 2010-08-15 21:29:03Z pjd $
2
3Few 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
16That's all. Enjoy.
17
18Currently supported operating systems: FreeBSD, Solaris.
19Currently supported file system types: UFS, ZFS.
20
21-- 
22Pawel Jakub Dawidek <pawel@dawidek.net>
23