freebsd-dev/tools/test/stress2/testcases
2021-12-25 07:27:25 +00:00
..
badcode
creat
dirnprename
dirrename
fts
link
lockf
lockf2
mkdir
mkfifo stress2: Update test to ensure propper cleanup of fifo files 2021-09-20 07:36:27 +00:00
mmap
openat
pty
rename
run
rw
shm
socket stress2: Fix "set-but-not-unused" warnings 2021-12-25 07:27:25 +00:00
swap
symlink
sysctl
tcp stress2: Fix "set-but-not-unused" warnings 2021-12-25 07:27:25 +00:00
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.