Searched refs:testcount (Results 1 – 5 of 5) sorted by relevance
94 my $testcount = 0;96 $testcount += scalar @{$_->{tests}};99 plan tests => 1 + $testcount * scalar(@types);
32 my $testcount = scalar @libnames;34 plan tests => $testcount * 2;
481 my $testcount = scalar(@protocols) + $protocolciphersuitecount483 $testcount-- unless $no_tls1_3;484 plan tests => $testcount;
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()
5859 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() 5860 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST() 5850 const int testcount = sizeof(testcases) / sizeof(testcases[0]); START_TEST() local