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

  /frameworks/rs/tests/lldb/tests/
run_test.py 253 current_test_dir = os.path.join(tests_dir, sub_dir)
254 if (os.path.isdir(current_test_dir) and
255 test_name in os.listdir(current_test_dir)):
256 return current_test_dir
316 current_test_dir = get_test_dir(args.test_name)
319 test_module = load_py_module(os.path.join(current_test_dir,
  /frameworks/rs/tests/lldb/
run_tests.py 715 current_test_dir = os.path.join(tests_dir, sub_dir)
716 if os.path.isdir(current_test_dir):
717 dir_name = os.path.basename(current_test_dir)
722 for item in os.listdir(current_test_dir):

Completed in 51 milliseconds