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