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