Home
last modified time | relevance | path

Searched refs:testcount (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/bsd/unbound/dist/testcode/
H A Dunitmain.h46 extern int testcount;
49 #define unit_assert(x) do {testcount++; log_assert(x);} while(0)
51 #define unit_assert(x) do {testcount++; if(!(x)) { fprintf(stderr, "assertion failure %s:%d\n", __F…
H A Dunitmain.c70 int testcount = 0; variable
919 printf("%d checks ok.\n", testcount); in main()
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D30-test_evp_fetch_prov.t94 my $testcount = 0;
96 $testcount += scalar @{$_->{tests}};
99 plan tests => 1 + $testcount * scalar(@types);
H A D01-test_symbol_presence.t32 my $testcount = scalar @libnames;
34 plan tests => $testcount * 2;
H A D80-test_ssl_old.t481 my $testcount = scalar(@protocols) + $protocolciphersuitecount
483 $testcount-- unless $no_tls1_3;
484 plan tests => $testcount;
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dalgorithmid_test.c279 int n, x509 = 0, spki = 0, testcount = 0; in setup_tests() local
298 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()
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D01-test_symbol_presence.t21 my $testcount = scalar @libnames;
23 plan tests => $testcount * 2;
H A D80-test_ssl_old.t437 my $testcount = scalar(@protocols) + $protocolciphersuitecount
439 $testcount-- unless $no_tls1_3;
440 plan tests => $testcount;
/netbsd/tests/dev/audio/
H A Daudiotest.c169 int testcount; variable
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()
879 testcount++; in xp_sys_ok()
893 testcount++; in xp_sys_ng()
[all …]