Searched refs:libcxx_test_path (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
H A D | generate_header_tests.py | 16 libcxx_test_path = os.path.join(src_root, 'test', 'libcxx') 17 assert os.path.exists(libcxx_test_path) 18 return script_name, src_root, include_path, libcxx_test_path 21 script_name, source_root, include_path, libcxx_test_path = get_libcxx_paths() variable 194 libcxx_test_path, test_filename), test_str)
|