2001-10-08 12:28:31 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
2015-10-28 15:00:21 +00:00
|
|
|
This directory is for standalone test programs. For the FreeBSD
|
2015-10-28 03:39:18 +00:00
|
|
|
Test Suite, which uses Kyua, please see /usr/src/tests/
|
1995-10-15 11:27:49 +00:00
|
|
|
|
2015-10-28 03:39:18 +00:00
|
|
|
A test program is one that exercises a particular bit of the system
|
|
|
|
and either tries to break it or measures its performance.
|
1995-10-15 11:27:49 +00:00
|
|
|
|
|
|
|
Please make a subdir per program, and add a brief description to this file.
|
1995-10-15 12:29:12 +00:00
|
|
|
|
2015-10-28 03:39:18 +00:00
|
|
|
auxinfo Return information on page sizes, CPUs, and OS release date.
|
2001-10-08 12:28:31 +00:00
|
|
|
devrandom Programs to test /dev/*random.
|
2020-12-12 18:34:15 +00:00
|
|
|
gpioevents Test delivery of gpio pin-change events to userland.
|
2015-10-28 03:39:18 +00:00
|
|
|
hwpmc Automatically trigger every event in hwpmc(4).
|
|
|
|
iconv Character set conversion tests.
|
1995-10-15 12:29:12 +00:00
|
|
|
malloc A program to test and benchmark malloc().
|
2015-10-28 03:39:18 +00:00
|
|
|
net A set of generic test programs for networking.
|
2012-02-17 04:26:24 +00:00
|
|
|
netfibs Programs to test multi-FIB network stacks.
|
2001-10-08 12:28:31 +00:00
|
|
|
posixshm A program to test POSIX shared memory.
|
2015-10-28 03:39:18 +00:00
|
|
|
ppsapi Test 1 Pulse Per Second (1PPS) input for time control.
|
2015-10-28 15:00:21 +00:00
|
|
|
pthread_vfork Check that vfork and pthreads work together.
|
2015-10-28 03:39:18 +00:00
|
|
|
ptrace Verify that ptrace works with syscalls, vfork etc.
|
|
|
|
sort Tests for the sort command, including a full regression.
|
2021-03-03 12:56:56 +00:00
|
|
|
stress2 Kernel stress tool.
|
2010-04-24 12:11:41 +00:00
|
|
|
testfloat Programs to test floating-point implementations
|
2015-10-28 15:00:21 +00:00
|
|
|
upsdl Test of mmap functionality.
|