kernel_build: add linuxkerneltest framework with shell and cpp demo

Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
This commit is contained in:
Ma Feng
2022-03-15 21:52:30 +08:00
parent f51870a63a
commit 03eee83377
19 changed files with 2058 additions and 2 deletions
+4 -2
View File
@@ -30,9 +30,11 @@
"build": {
"sub_component": [
"//kernel/linux/build:linux_kernel"
],
],
"inner_kits": [],
"test": []
"test": [
"//kernel/linux/build/test:linuxkerneltest"
]
}
}
}