Home
last modified time | relevance | path

Searched defs:build_dir (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/testing/kunit/
Dkunit_kernel.py45 def make_olddefconfig(self, build_dir, make_options): argument
58 def make_allyesconfig(self, build_dir, make_options): argument
80 def make(self, jobs, build_dir, make_options): argument
98 def linux_bin(self, params, timeout, build_dir): argument
110 def get_kconfig_path(build_dir): argument
116 def get_kunitconfig_path(build_dir): argument
122 def get_outfile_path(build_dir): argument
143 def create_kunitconfig(self, build_dir, defconfig=DEFAULT_KUNITCONFIG_PATH): argument
148 def read_kunitconfig(self, build_dir): argument
153 def validate_config(self, build_dir): argument
[all …]
Dkunit_json.py16 def get_json_result(test_result, def_config, build_dir, json_path): argument