Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
tests/ | H | - | - | 10,339 | 7,241 | |
travis/ | H | - | - | 39 | 27 | |
.gitignore | H A D | 24-Jul-2017 | 188 | 20 | 19 | |
.travis.yml | H A D | 24-Jul-2017 | 327 | 20 | 17 | |
AUTHORS | H A D | 24-Jul-2017 | 199 | 4 | 3 | |
COPYING | H A D | 24-Jul-2017 | 1.4 KiB | 28 | 23 | |
ChangeLog | HD | 24-Jul-2017 | 0 | |||
FREEBSD-upgrade | H A D | 31-May-2024 | 859 | 24 | 15 | |
LICENSE | H A D | 19-Nov-2014 | 1.4 KiB | 28 | 23 | |
Makefile.am | H A D | 24-Jul-2017 | 82 | 6 | 3 | |
NEWS | HD | 24-Jul-2017 | 0 | |||
README | H A D | 24-Jul-2017 | 1 KiB | 58 | 43 | |
configure.ac | H A D | 24-Jul-2017 | 3.6 KiB | 108 | 95 | |
pjdfstest.c | H A D | 24-Jul-2017 | 36 KiB | 1,689 | 1,578 |
README
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