Searched refs:curtest (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/tools/regression/sockets/kqueue/
H A Dkqueue.c41 static int curtest = 1; variable
58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \
59 curtest++;
65 printf("not ok %d\n", curtest);
83 printf("not ok %d - %s\n", curtest, assertion);

Completed in 115 milliseconds