Searched refs:build_kernel (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/kho/ |
H A D | vmtest.sh | 50 function build_kernel() { function 173 build_kernel "$build_dir" "$make_cmd" "$QEMU_KCONFIG" "$KERNEL_IMAGE"
|
/linux/tools/testing/kunit/ |
H A D | kunit_tool_test.py | 609 self.linux_source_mock.build_kernel.return_value = True 620 …self.linux_source_mock.build_kernel.assert_called_once_with(kunit.get_default_jobs(), '.kunit', No… 735 self.linux_source_mock.build_kernel.assert_called_once_with(jobs, build_dir, None)
|
H A D | kunit_kernel.py | 339 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool: 331 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool: global() member in LinuxSourceTree
|