Name Date Size #Lines LOC

..--

tests/H14-Sep-2021-9,5286,829

FREEBSD-upgradeHD14-Sep-2021870 2616

LICENSEHD14-Sep-20211.4 KiB2823

MakefileHD14-Sep-2021771 2722

READMEHD14-Sep-2021667 2317

pjdfstest.cHD14-Sep-202131.7 KiB1,4941,386

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