NameDateSize

..20-Dec-201678

LICENSEH A D08-Mar-20151.3 KiB

MakefileH A D08-Mar-2015755

pjdfstest.cH A D08-Mar-201531.5 KiB

READMEH A D08-Mar-2015592

tests/H20-Dec-201619

README

1$FreeBSD$
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 <pjd@FreeBSD.org>
23