Searched refs:testcount (Results 1 – 4 of 4) sorted by relevance
46 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…
70 int testcount = 0; variable1439 printf("%d checks ok.\n", testcount); in main()
13 # Please note that the testcount goes up by two for each extra result marked
5862 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() local5863 for (int test_i = 0; test_i < testcount; test_i++) { in START_TEST()