Home
last modified time | relevance | path

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

/development/testrunner/
Dcreate_test.py32 class TestsConsts(object): class
101 tests_path = "%s/%s" % (manifest.GetAppPath(), TestsConsts.TESTS_FOLDER)
111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping)
138 tests_path = "%s/%s" % (app_path, TestsConsts.TESTS_FOLDER)
145 if not mk.HasInclude(TestsConsts.MK_BUILD_INCLUDE):
148 mk_file.write(TestsConsts.MK_BUILD_STRING)
161 output = string.Template(TestsConsts.TEST_MK_TEMPLATE).substitute(mapping)