opnsense-src/tools/test
Franco Fichtner cd6ee62847 src: clean-cut move to 10.2-RELEASE
Start fresh on master, only apply needed patches on top now.

Upstream commit:	56279fdef34eb28a4655b489b992c651bd8379fc
Taken from:		FreeBSD
2015-08-14 14:15:00 +02:00
..
auxinfo src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02: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: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
malloc src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
netfibs src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
posixshm src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
ppsapi src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
pthread_vfork src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
ptrace src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02: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: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02: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