Searched refs:testcount (Results 1 – 3 of 3) sorted by relevance
279 int n, x509 = 0, spki = 0, testcount = 0; in setup_tests() local298 testcount = x509 + spki; in setup_tests()300 if (testcount < 1) in setup_tests()302 else if (testcount > 1) in setup_tests()304 if (testcount != 1) in setup_tests()
169 int testcount; variable333 testcount, in main()334 testcount - failcount - skipcount); in main()765 testcount++; \788 testcount++; \809 testcount++; in xp_eq()820 testcount++; in xp_eq_str()833 testcount++; in xp_ne()846 testcount++; in xp_if()859 testcount++; in xp_sys_eq()[all …]
6164 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local6165 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST()