1$FreeBSD: head/tools/regression/pjdfstest/README 211354 2010-08-15 21:29:03Z pjd $ 2 3============ 4Introduction 5============ 6 7pjdfstest is a test suite that helps exercise POSIX system calls. 8 9pjdfstest supports the following operating systems/filesystems: 10 11- Supported Operating Systems: FreeBSD, Linux, Solaris 12- Supported Filesystems: ext4, UFS, ZFS 13 14================== 15Building pjdfstest 16================== 17 18------------- 19Prerequisites 20------------- 21 22- autoconf 2.69 or newer 23- automake 1.15 or newer 24- cc (clang or gcc) 25- make 26- appropriate system headers (please install your distribution appropriate 27 header package) 28 29--------- 30Procedure 31--------- 32 33 $ autoreconf -ifs 34 $ ./configure 35 $ make pjdfstest 36 37================= 38Running pjdfstest 39================= 40 41------------- 42Prerequisites 43------------- 44- You must be root when running these testcases. 45 46---------------------- 47Software Prerequisites 48---------------------- 49- perl 50- TAP-Harness (perl package) 51 52--------- 53Procedure 54--------- 55 56 # cd /path/to/filesystem/under/test 57 # prove -rv /path/to/pjdfstest/tests 58