tests              65 maint/gnulib/lib/bitset/stats.c     bitset_stats_info->types[BITSET_TYPE_ (BSET)].tests++
tests              87 maint/gnulib/lib/bitset/stats.c   unsigned tests;
tests             193 maint/gnulib/lib/bitset/stats.c            stats->tests, stats->cache_tests,
tests             194 maint/gnulib/lib/bitset/stats.c            stats->tests ? 100.0 * stats->cache_tests / stats->tests : 0);
tests              36 maint/gnulib/tests/test-dirname.c static struct test tests[] = {
tests             137 maint/gnulib/tests/test-dirname.c   for (t = tests; t->name; t++)
tests              36 maint/gnulib/tests/test-filenamecat.c   static char const *const tests[][3] =
tests              54 maint/gnulib/tests/test-filenamecat.c   for (i = 0; i < sizeof tests / sizeof tests[0]; i++)
tests              57 maint/gnulib/tests/test-filenamecat.c       char const *const *t = tests[i];
tests              65 maint/gnulib/tests/test-regex.c } const tests[] = {
tests             133 maint/gnulib/tests/test-regex.c   for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
tests             135 maint/gnulib/tests/test-regex.c       n = regcomp (&re, tests[i].pattern, tests[i].flags);
tests             140 maint/gnulib/tests/test-regex.c 	  report_error ("%s: regcomp %zd failed: %s", tests[i].pattern, i, buf);
tests             144 maint/gnulib/tests/test-regex.c       if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))
tests             146 maint/gnulib/tests/test-regex.c 	  report_error ("%s: regexec %zd failed", tests[i].pattern, i);
tests             151 maint/gnulib/tests/test-regex.c       for (n = 0; n < tests[i].nmatch; ++n)
tests             152 maint/gnulib/tests/test-regex.c 	if (rm[n].rm_so != tests[i].rm[n].rm_so
tests             153 maint/gnulib/tests/test-regex.c               || rm[n].rm_eo != tests[i].rm[n].rm_eo)
tests             155 maint/gnulib/tests/test-regex.c 	    if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
tests             158 maint/gnulib/tests/test-regex.c                           tests[i].pattern, i, n,