NameDateSize

..06-Feb-201820

auxinfo/H20-Dec-20164

devrandom/H20-Dec-20166

hwpmc/H20-Dec-20163

iconv/H20-Dec-20169

malloc/H20-Dec-20164

net/H20-Dec-20165

netfibs/H20-Dec-20168

popss/H30-Jun-20183

ppsapi/H13-Oct-20175

pthread_vfork/H20-Dec-20163

ptrace/H22-Jul-20174

READMEH A D18-Aug-20161.1 KiB

sort/H20-Dec-20164

testfloat/H20-Dec-201629

upsdl/H20-Dec-20164

vm86/H30-Jun-20185

README

1$FreeBSD$
2
3This directory is for standalone test programs.  For the FreeBSD
4Test Suite, which uses Kyua, please see /usr/src/tests/
5
6A test program is one that exercises a particular bit of the system
7and either tries to break it or measures its performance.
8
9Please make a subdir per program, and add a brief description to this file.
10
11auxinfo		Return information on page sizes, CPUs, and OS release date.
12devrandom	Programs to test /dev/*random.
13hwpmc		Automatically trigger every event in hwpmc(4).
14iconv		Character set conversion tests.
15malloc		A program to test and benchmark malloc().
16net		A set of generic test programs for networking.
17netfibs		Programs to test multi-FIB network stacks.
18posixshm	A program to test POSIX shared memory.
19ppsapi		Test 1 Pulse Per Second (1PPS) input for time control.
20pthread_vfork	Check that vfork and pthreads work together.
21ptrace		Verify that ptrace works with syscalls, vfork etc.
22sort		Tests for the sort command, including a full regression.
23testfloat	Programs to test floating-point implementations
24upsdl		Test of mmap functionality.
25