opnsense-src/tools/test
Franco Fichtner 87f480af48 *: upgrade to 10.1 as a bulk commit
Taken from: freebsd.git@29f4af53a2c8248b634f48923da8eb35f5ed0515
2015-02-10 19:21:02 +01:00
..
auxinfo src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
devrandom src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
dtrace *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
hwpmc src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
iconv src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
malloc src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
netfibs *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
posixshm src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
ppsapi *: upgrade to 10.1 as a bulk commit 2015-02-10 19:21:02 +01:00
pthread_vfork src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
ptrace src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
sort src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
testfloat src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
upsdl src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00

$FreeBSD$

This directory is for test programs.

A test program is one that will exercise a particular bit of the system
and try to break it and/or measuring performance on it.

Please make a subdir per program, and add a brief description to this file.

devrandom	Programs to test /dev/*random.
dtrace		DTrace test suite
malloc		A program to test and benchmark malloc().
netfibs		Programs to test multi-FIB network stacks.
posixshm	A program to test POSIX shared memory.
testfloat	Programs to test floating-point implementations