Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/unbound/testcode/
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…
Dunitmain.c70 int testcount = 0; variable
1439 printf("%d checks ok.\n", testcount); in main()
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dupgrade.inc13 # Please note that the testcount goes up by two for each extra result marked
/openbsd/src/lib/libexpat/tests/
Dbasic_tests.c5862 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local
5863 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST()