HomeSort by relevance Sort by last modified time
    Searched full:tests_path (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish/
host_package.mk 20 tests_path := $(notdir $(HOST_OUT_NATIVE_TESTS)) macro
64 $(foreach test,$(cvd_host_tests), ${tests_path}/$(test)/$(test)) \
  /development/testrunner/
create_test.py 101 tests_path = "%s/%s" % (manifest.GetAppPath(), TestsConsts.TESTS_FOLDER)
102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
114 if not os.path.exists(tests_path):
115 os.mkdir(tests_path)
138 tests_path = "%s/%s" % (app_path, TestsConsts.TESTS_FOLDER)
139 tests_mk_path = "%s/%s" % (tests_path, mk.FILENAME)
164 if not os.path.exists(tests_path):
165 os.mkdir(tests_path)

Completed in 761 milliseconds