Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py14 def __init__(self, test_sub_dirs, test_suffix, benchmark_args=[]): argument
16 self.test_sub_dirs = os.path.normcase(str(test_sub_dirs)).split(';')
75 for subdir in self.test_sub_dirs:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py15 def __init__(self, test_sub_dirs, test_suffix, run_under = []): argument
16 self.test_sub_dirs = str(test_sub_dirs).split(';')
95 for subdir in self.test_sub_dirs:
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dlit.cfg.py21 config.test_format = GoogleBenchmark(test_sub_dirs='.',