Home
last modified time | relevance | path

Searched refs:BUILD_STEP (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest-py2/
Dconstants_default.py133 BUILD_STEP = 'build' variable
136 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest_arg_parser.py117 const=constants.BUILD_STEP, help=BUILD)
Datest.py655 if build_targets and constants.BUILD_STEP in steps:
/tools/asuite/atest/
Dconstants_default.py155 BUILD_STEP = 'build' variable
158 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
Datest_arg_parser.py132 const=constants.BUILD_STEP, help=BUILD)
Datest.py767 if build_targets and constants.BUILD_STEP in steps: