Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / test / stress / stress2 / testcases / README
1 $FreeBSD$
2
3 All test programs must implement these three procedures:
4
5 int setup(int nb)
6 void cleanup(void)
7 int test(void)
8
9 The setup() procedure is called once before test() is called multiple times
10 until timeout.  After timeout cleanup() is called.
11 test() should periodically test the global variable done_testing and return.