Lines Matching full:path
9 site.addsitedir(os.path.dirname(__file__))
23 # test_source_root: The root path where tests are located.
24 config.test_source_root = os.path.dirname(__file__)
31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx')
32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'test')
33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
54 config.test_exec_root = os.path.join(obj_root, 'test')
57 this_clang = os.path.join(obj_root, '../../bin/clang++')
58 if os.path.exists(this_clang):