NameDateSize

..11-Mar-202490

.gitignoreH A D22-Jun-2021188

.travis.ymlH A D22-Jun-2021327

AUTHORSH A D22-Jun-2021199

ChangeLogH A D22-Jun-20210

configure.acH A D22-Jun-20213.6 KiB

COPYINGH A D22-Jun-20211.4 KiB

FREEBSD-upgradeH A D22-Jun-2021870

LICENSEH A D22-Jun-20211.4 KiB

Makefile.amH A D22-Jun-202182

NEWSH A D22-Jun-20210

pjdfstest.cH A D22-Jun-202136 KiB

READMEH A D22-Jun-20211 KiB

tests/H22-Jun-202120

travis/H22-Jun-20214

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