Searched refs:test_count (Results 1 – 6 of 6) sorted by relevance
120 my $test_count = 0;123 $test_count++;127 $test_count++;132 $test_count++;139 my $tmpfile = "input-$test_count.bin";190 my $tmpfile = "input-$test_count.bin";191 my $outfile = "output-$test_count.bin";
53 int test_count = sizeof(all_tests) / sizeof(struct test); variable63 printf("1..%d\n", test_count); in main()65 for (int i = 0; i < test_count; i++) in main()77 for (int j = 0; j < test_count; j++) { in main()
429 test_count = 0483 test_count += 1484 printf "[Test #%3d: ", test_count534 if testok_count != test_count535 printf "%d of %d tests were successful.\n", testok_count, test_count
378 int test_count; in run_parent() local399 test_count = sizeof(tests) / sizeof(tests[0]); in run_parent()400 printf("1..%d\n", test_count); in run_parent()402 for (test_num = 1; test_num <= test_count; test_num++) { in run_parent()
456 int test_count() { in test_count() function602 test(test_count, "test tokens count estimation"); in main()
3122 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument3123 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()