Lines Matching refs:testnum
47 static unsigned int testnum = 0;
92 #define this_test (&tests[testnum-1])
93 #define next_test (&tests[testnum])
99 n = sprintf(testname, "%3i [", testnum);
105 sprintf(testfile, "%s/testfile.%d", basepath, testnum);
106 sprintf(testfile_r, "%s/testfile.%d", basepath_r, testnum);
107 if (testnum > MAX_TESTS) {
115 testnum++; \
116 if ((select_test && testnum != select_test) || \
117 (testnum == skip_test)) { \
570 int num = testnum;
575 testnum = 0;
576 while (testnum < num) {