freebsd-skq/tools/test
ngie d4c625976a MFC r264400,r265836:
r264400:

  NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
  and finish the job. ncurses is now the only Makefile in the tree that
  uses it since it wasn't a simple mechanical change, and will be
  addressed in a future commit.

r265836:

  Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
  what is needed.
2014-12-31 23:25:37 +00:00
..
auxinfo MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
devrandom
dtrace MFC r268538: 2014-07-14 15:54:50 +00:00
hwpmc As python3 does not have raw_input(), convert it to input() when we 2013-05-13 19:53:19 +00:00
iconv MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
malloc MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
netfibs MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
posixshm Add simple test for the read/write/lseek on posix shm filedescriptor. 2013-08-21 17:47:11 +00:00
ppsapi MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
pthread_vfork Rework the handling of the children for the pthread_vfork_test. The 2013-01-30 13:14:34 +00:00
ptrace MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
sort - Add regression tests for BSD sort 2012-05-11 16:04:55 +00:00
testfloat
upsdl MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
README

$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