HomeSort by: relevance | last modified time | path
    Searched refs:tests_run (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 43 $tests_run = 0;
450 $tests_run = 0;
454 $total_tests_run += $tests_run;
490 $status = "FAILED ($tests_passed/$tests_run passed)";
651 ++$tests_run;
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 3981 int i = 0, j = 0, tests_run = 0, tests_failed = 0, option; local
4357 tests_run++;
4381 printf(" Tests run: %8d\n", tests_run);
4401 printf("%d tests passed, no failures\n", tests_run);

Completed in 26 milliseconds