Home | History | Annotate | Download | only in script

Lines Matching refs:configure

23 from configure.test_case_creator import TestCaseCreator
33 """Get the timeout settings from the original configure.
36 configure_path: path of the original configure file.
52 """Get the stop runtime settings from the original configure.
55 configure_path: path of the original configure file.
95 for test_categry, configure in test_categories.iteritems():
97 print configure
98 test_configure_path = os.path.join(hal_test_path, configure[0])
103 configure[1],
105 is_profiling=configure[2],