OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tests_passed
(Results
1 - 2
of
2
) sorted by null
/external/markdown/MarkdownTest/
MarkdownTest.pl
41
my $
tests_passed
= 0;
79
$
tests_passed
++;
88
print "$
tests_passed
passed; $tests_failed failed.\n";
/ndk/sources/host-tools/make-3.81/tests/
test_driver.pl
45
$
tests_passed
= 0;
451
$
tests_passed
= 0;
455
$total_tests_passed += $
tests_passed
;
477
$status = "ok ($
tests_passed
passed)";
490
$status = "FAILED ($
tests_passed
/$tests_run passed)";
671
++$
tests_passed
;
Completed in 433 milliseconds