Name Date Size #Lines LOC

..--

tests/H--10,3397,241

travis/H--3927

.gitignoreH A D24-Jul-2017188 2019

.travis.ymlH A D24-Jul-2017327 2017

AUTHORSH A D24-Jul-2017199 43

COPYINGH A D24-Jul-20171.4 KiB2823

ChangeLogHD24-Jul-20170

FREEBSD-upgradeH A D31-May-2024859 2415

LICENSEH A D19-Nov-20141.4 KiB2823

Makefile.amH A D24-Jul-201782 63

NEWSHD24-Jul-20170

READMEH A D24-Jul-20171 KiB5843

configure.acH A D24-Jul-20173.6 KiB10895

pjdfstest.cH A D24-Jul-201736 KiB1,6891,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