Searched refs:test_sub_dirs (Results 1 – 3 of 3) sorted by relevance
14 def __init__(self, test_sub_dirs, test_suffix, benchmark_args=[]): argument16 self.test_sub_dirs = os.path.normcase(str(test_sub_dirs)).split(';')75 for subdir in self.test_sub_dirs:
15 def __init__(self, test_sub_dirs, test_suffix, run_under = []): argument16 self.test_sub_dirs = str(test_sub_dirs).split(';')95 for subdir in self.test_sub_dirs:
21 config.test_format = GoogleBenchmark(test_sub_dirs='.',