Searched refs:n_tests (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/driver-tests/
H A Dmain.c27 report->n_tests = 1;
47 report->n_tests = 1;
57 report->n_tests = 1;
66 report->n_tests = 1;
76 report->n_tests = 1;
157 final_report.n_tests += one_report.n_tests;
173 final_report.n_tests, final_report.n_success, final_report.n_failed);
/fuchsia/zircon/system/public/zircon/device/
H A Dtest.h45 unsigned int n_tests; member in struct:test_ioctl_test_report
/fuchsia/zircon/system/ulib/unittest/
H A Dall-tests.cpp38 unsigned int n_tests = 0; local
51 n_tests++;
83 unittest_printf_critical(" CASES: %d SUCCESS: %d FAILED: %d \n", n_tests,
84 n_tests - n_failed, n_failed);
/fuchsia/zircon/system/dev/test/ddk-test/
H A Dddk-test.c29 report->n_tests++;
/fuchsia/zircon/system/ulib/ddktl/test/
H A Dddktl-test.cpp33 report->n_tests++;

Completed in 78 milliseconds