HomeSort by relevance Sort by last modified time
    Searched refs:num_ok (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/tests/
test_post 4 num_ok=`ls *.ok 2>/dev/null | wc -l`
7 echo "$num_ok tests succeeded $num_failed tests failed"
  /external/cn-cbor/test/
ctest.h 364 static int num_ok = 0; local
438 num_ok++;
452 sprintf(results, "RESULTS: %d tests (%d ok, %d failed, %d skipped) ran in %"PRIu64" ms", total, num_ok, num_fail, num_skip, (t2 - t1)/1000);

Completed in 217 milliseconds