freebsd-skq/tools/test/stress2/testcases
..
badcode
creat
dirnprename
dirrename
fts
link
lockf
lockf2
mkdir
mkfifo
mmap
openat
pty
rename
run
rw
shm
socket
swap
symlink
sysctl
tcp
thr1
thr2
udp
Makefile
Makefile.inc
README

All test programs must implement these three procedures:

int setup(int nb)
void cleanup(void)
int test(void)

The setup() procedure is called once before test() is called multiple times
until timeout.  After timeout cleanup() is called.
test() should periodically test the global variable done_testing and return.