]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/test/README
MFC r317290,r317291,r317292,r317293,r317294,r317295,r317304,r317306,r317307,r317308...
[FreeBSD/stable/10.git] / tools / test / README
1 $FreeBSD$
2
3 This directory is for test programs.
4
5 A test program is one that will exercise a particular bit of the system
6 and try to break it and/or measuring performance on it.
7
8 Please make a subdir per program, and add a brief description to this file.
9
10 devrandom       Programs to test /dev/*random.
11 dtrace          DTrace test suite
12 malloc          A program to test and benchmark malloc().
13 netfibs         Programs to test multi-FIB network stacks.
14 posixshm        A program to test POSIX shared memory.
15 testfloat       Programs to test floating-point implementations