Home
last modified time | relevance | path

Searched refs:COVERAGE (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest-py2/
Drun_atest_unittests.sh28 COVERAGE=false
36 if [[ $COVERAGE == true ]]; then
51 if [[ $COVERAGE == true ]]; then
75 COVERAGE=true run_atest_unittests; exit $?
/tools/asuite/atest/
Drun_atest_unittests.sh28 COVERAGE=false
44 if [[ $COVERAGE == true ]]; then
72 if [[ $COVERAGE == true ]]; then
97 COVERAGE=true run_atest_unittests; exit $?
Datest_run_unittests.py28 COVERAGE = 'coverage' variable
29 RUN_COVERAGE = COVERAGE in sys.argv
86 if not all((run_coverage, atest_utils.has_python_module(COVERAGE))):