Searched refs:test_count (Results 1 – 4 of 4) sorted by relevance
57 int test_count = sizeof(all_tests) / sizeof(struct test); variable67 printf("1..%d\n", test_count); in main()69 for (int i = 0; i < test_count; i++) in main()81 for (int j = 0; j < test_count; j++) { in main()
430 test_count = 0484 test_count += 1485 printf "[Test #%3d: ", test_count535 if testok_count != test_count536 printf "%d of %d tests were successful.\n", testok_count, test_count
456 int test_count() { in test_count() function602 test(test_count, "test tokens count estimation"); in main()
1540 int test_count = sizeof(tests) / sizeof(tests[0]); variable1586 for (i = 0; i < test_count; i++) { in main()