Searched defs:build_dir (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/tools/testing/kunit/ |
D | kunit_kernel.py | 33 def get_file_path(build_dir, default): argument 64 def make_allyesconfig(self, build_dir, make_options) -> None: argument 67 def make_olddefconfig(self, build_dir, make_options) -> None: argument 83 def make(self, jobs, build_dir, make_options) -> None: argument 106 def run(self, params, timeout, build_dir, outfile) -> None: argument 126 def run(self, params, timeout, build_dir, outfile): argument 156 def make_allyesconfig(self, build_dir, make_options) -> None: argument 178 def run(self, params, timeout, build_dir, outfile): argument 190 def get_kconfig_path(build_dir) -> str: argument 193 def get_kunitconfig_path(build_dir) -> str: argument [all …]
|
D | kunit_json.py | 16 def get_json_result(test_result, def_config, build_dir, json_path) -> str: argument
|