Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Kernel Liteos A
提交
5ce46e24
K
Kernel Liteos A
项目概览
OpenHarmony
/
Kernel Liteos A
1 年多 前同步成功
通知
460
Star
414
Fork
55
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
4
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel Liteos A
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
4
Issue
4
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
5ce46e24
编写于
5月 10, 2021
作者:
O
openharmony_ci
提交者:
Gitee
5月 10, 2021
浏览文件
操作
浏览文件
下载
差异文件
!228 用例镜像添加_door
Merge pull request !228 from lnlan/test_bin_change_name
上级
6012acb5
f99e7b33
变更
33
隐藏空白更改
内联
并排
Showing
33 changed file
with
63 addition
and
63 deletion
+63
-63
testsuites/unittest/BUILD.gn
testsuites/unittest/BUILD.gn
+31
-31
testsuites/unittest/IO/BUILD.gn
testsuites/unittest/IO/BUILD.gn
+1
-1
testsuites/unittest/IPC/BUILD.gn
testsuites/unittest/IPC/BUILD.gn
+1
-1
testsuites/unittest/drivers/hid/BUILD.gn
testsuites/unittest/drivers/hid/BUILD.gn
+1
-1
testsuites/unittest/drivers/storage/BUILD.gn
testsuites/unittest/drivers/storage/BUILD.gn
+1
-1
testsuites/unittest/dynload/BUILD.gn
testsuites/unittest/dynload/BUILD.gn
+1
-1
testsuites/unittest/exc/BUILD.gn
testsuites/unittest/exc/BUILD.gn
+1
-1
testsuites/unittest/fs/BUILD.gn
testsuites/unittest/fs/BUILD.gn
+1
-1
testsuites/unittest/fs/proc/BUILD.gn
testsuites/unittest/fs/proc/BUILD.gn
+1
-1
testsuites/unittest/fs/vfat2/BUILD.gn
testsuites/unittest/fs/vfat2/BUILD.gn
+1
-1
testsuites/unittest/liteipc/BUILD.gn
testsuites/unittest/liteipc/BUILD.gn
+1
-1
testsuites/unittest/mem/shm/BUILD.gn
testsuites/unittest/mem/shm/BUILD.gn
+1
-1
testsuites/unittest/mem/vm/BUILD.gn
testsuites/unittest/mem/vm/BUILD.gn
+1
-1
testsuites/unittest/misc/BUILD.gn
testsuites/unittest/misc/BUILD.gn
+1
-1
testsuites/unittest/net/netdb/BUILD.gn
testsuites/unittest/net/netdb/BUILD.gn
+1
-1
testsuites/unittest/net/resolv/BUILD.gn
testsuites/unittest/net/resolv/BUILD.gn
+1
-1
testsuites/unittest/net/socket/BUILD.gn
testsuites/unittest/net/socket/BUILD.gn
+1
-1
testsuites/unittest/posix/mem/BUILD.gn
testsuites/unittest/posix/mem/BUILD.gn
+1
-1
testsuites/unittest/posix/mqueue/BUILD.gn
testsuites/unittest/posix/mqueue/BUILD.gn
+1
-1
testsuites/unittest/posix/pthread/BUILD.gn
testsuites/unittest/posix/pthread/BUILD.gn
+1
-1
testsuites/unittest/process/mutex/BUILD.gn
testsuites/unittest/process/mutex/BUILD.gn
+1
-1
testsuites/unittest/process/process/BUILD.gn
testsuites/unittest/process/process/BUILD.gn
+1
-1
testsuites/unittest/process/pthread/BUILD.gn
testsuites/unittest/process/pthread/BUILD.gn
+1
-1
testsuites/unittest/process/rwlock/BUILD.gn
testsuites/unittest/process/rwlock/BUILD.gn
+1
-1
testsuites/unittest/process/spinlock/BUILD.gn
testsuites/unittest/process/spinlock/BUILD.gn
+1
-1
testsuites/unittest/security/capability/BUILD.gn
testsuites/unittest/security/capability/BUILD.gn
+1
-1
testsuites/unittest/security/reugid/BUILD.gn
testsuites/unittest/security/reugid/BUILD.gn
+1
-1
testsuites/unittest/security/vid/BUILD.gn
testsuites/unittest/security/vid/BUILD.gn
+1
-1
testsuites/unittest/signal/BUILD.gn
testsuites/unittest/signal/BUILD.gn
+1
-1
testsuites/unittest/sys/BUILD.gn
testsuites/unittest/sys/BUILD.gn
+1
-1
testsuites/unittest/time/clock/BUILD.gn
testsuites/unittest/time/clock/BUILD.gn
+1
-1
testsuites/unittest/time/timer/BUILD.gn
testsuites/unittest/time/timer/BUILD.gn
+1
-1
testsuites/unittest/util/BUILD.gn
testsuites/unittest/util/BUILD.gn
+1
-1
未找到文件。
testsuites/unittest/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -60,102 +60,102 @@ config("public_config") {
group("unittest") {
deps = []
if (LOSCFG_USER_TEST_UTIL == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "util:liteos_a_util_unittest" ]
deps += [ "util:liteos_a_util_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_TIME_TIMER == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "time/timer:liteos_a_time_timer_unittest" ]
deps += [ "time/timer:liteos_a_time_timer_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_TIME_CLOCK == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true)) {
deps += [ "time/clock:liteos_a_time_clock_unittest" ]
deps += [ "time/clock:liteos_a_time_clock_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SYS == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "sys:liteos_a_sys_unittest" ]
deps += [ "sys:liteos_a_sys_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SIGNAL == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "signal:liteos_a_signal_unittest" ]
deps += [ "signal:liteos_a_signal_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SECURITY_REUGID == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "security/reugid:liteos_a_security_reugid_unittest" ]
deps += [ "security/reugid:liteos_a_security_reugid_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SECURITY_CAPABILITY == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "security/capability:liteos_a_security_capability_unittest" ]
deps += [ "security/capability:liteos_a_security_capability_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SECURITY_VID == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "security/vid:liteos_a_security_vid_unittest" ]
deps += [ "security/vid:liteos_a_security_vid_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_MUTEX == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "process/mutex:liteos_a_mutex_unittest" ]
deps += [ "process/mutex:liteos_a_mutex_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_PROCESS == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "process/process:liteos_a_process_unittest" ]
deps += [ "process/process:liteos_a_process_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_PTHREAD == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "process/pthread:liteos_a_pthread_unittest" ]
deps += [ "process/pthread:liteos_a_pthread_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_RWLOCK == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "process/rwlock:liteos_a_rwlock_unittest" ]
deps += [ "process/rwlock:liteos_a_rwlock_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_SPINLOCK == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "process/spinlock:liteos_a_spinlock_unittest" ]
deps += [ "process/spinlock:liteos_a_spinlock_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_POSIX_MEM == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "posix/mem:liteos_a_posix_mem_unittest" ]
deps += [ "posix/mem:liteos_a_posix_mem_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_POSIX_MQUEUE == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true)) {
deps += [ "posix/mqueue:liteos_a_posix_mqueue_unittest" ]
deps += [ "posix/mqueue:liteos_a_posix_mqueue_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_POSIX_PTHREAD == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true)) {
deps += [ "posix/pthread:liteos_a_posix_pthread_unittest" ]
deps += [ "posix/pthread:liteos_a_posix_pthread_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_MISC == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true)) {
deps += [ "misc:liteos_a_misc_unittest" ]
deps += [ "misc:liteos_a_misc_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_MEM_SHM == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "mem/shm:liteos_a_mem_shm_unittest" ]
deps += [ "mem/shm:liteos_a_mem_shm_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_MEM_VM == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "mem/vm:liteos_a_mem_vm_unittest" ]
deps += [ "mem/vm:liteos_a_mem_vm_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_IO == true && LOSCFG_USER_TEST_FULL == true) {
deps += [ "IO:liteos_a_io_unittest" ]
deps += [ "IO:liteos_a_io_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_EXC == true && LOSCFG_USER_TEST_FULL == true) {
deps += [ "exc:liteos_a_exc_unittest" ]
deps += [ "exc:liteos_a_exc_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_DYNLOAD == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "dynload:liteos_a_dynload_unittest" ]
deps += [ "dynload:liteos_a_dynload_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_DRIVERS_HID == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "drivers/hid:liteos_a_drivers_hid_unittest" ]
deps += [ "drivers/hid:liteos_a_drivers_hid_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_DRIVERS_STORAGE == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "drivers/storage:liteos_a_drivers_storage_unittest" ]
deps += [ "drivers/storage:liteos_a_drivers_storage_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_NET_NETDB == true && LOSCFG_USER_TEST_FULL == true) {
deps += [ "net/netdb:liteos_a_net_netdb_unittest" ]
deps += [ "net/netdb:liteos_a_net_netdb_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_NET_RESOLV == true && LOSCFG_USER_TEST_FULL == true) {
deps += [ "net/resolv:liteos_a_net_resolv_unittest" ]
deps += [ "net/resolv:liteos_a_net_resolv_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_NET_SOCKET == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "net/socket:liteos_a_net_socket_unittest" ]
deps += [ "net/socket:liteos_a_net_socket_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_IPC == true && LOSCFG_USER_TEST_FULL == true) {
deps += [ "IPC:liteos_a_ipc_unittest" ]
deps += [ "IPC:liteos_a_ipc_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_LITEIPC == true && LOSCFG_USER_TEST_SMOKE == true) {
deps += [ "liteipc:liteos_a_liteipc_unittest" ]
deps += [ "liteipc:liteos_a_liteipc_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_FS_JFFS == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true || LOSCFG_USER_TEST_PRESSURE == true)) {
deps += [ "fs:liteos_a_fs_unittest" ]
deps += [ "fs:liteos_a_fs_unittest
_door
" ]
}
if (LOSCFG_USER_TEST_FS_VFAT == true &&
(LOSCFG_USER_TEST_SMOKE == true || LOSCFG_USER_TEST_FULL == true || LOSCFG_USER_TEST_PRESSURE == true)) {
deps += [ "fs/vfat2:liteos_a_fs_vfat_unittest" ]
deps += [ "fs/vfat2:liteos_a_fs_vfat_unittest
_door
" ]
}
}
testsuites/unittest/IO/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_io_unittest") {
unittest("liteos_a_io_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/IPC/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_ipc_unittest") {
unittest("liteos_a_ipc_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/drivers/hid/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_drivers_hid_unittest") {
unittest("liteos_a_drivers_hid_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/drivers/storage/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_drivers_storage_unittest") {
unittest("liteos_a_drivers_storage_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/dynload/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_dynload_unittest") {
unittest("liteos_a_dynload_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/exc/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_exc_unittest") {
unittest("liteos_a_exc_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/fs/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_fs_unittest") {
unittest("liteos_a_fs_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/fs/proc/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_fs_procfs_unittest") {
unittest("liteos_a_fs_procfs_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/fs/vfat2/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_fs_vfat_unittest") {
unittest("liteos_a_fs_vfat_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/liteipc/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_liteipc_unittest") {
unittest("liteos_a_liteipc_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/mem/shm/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_mem_shm_unittest") {
unittest("liteos_a_mem_shm_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/mem/vm/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_mem_vm_unittest") {
unittest("liteos_a_mem_vm_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/misc/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_misc_unittest") {
unittest("liteos_a_misc_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/net/netdb/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -37,7 +37,7 @@ config("net_local_config") {
}
}
unittest("liteos_a_net_netdb_unittest") {
unittest("liteos_a_net_netdb_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/net/resolv/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -37,7 +37,7 @@ config("net_local_config") {
}
}
unittest("liteos_a_net_resolv_unittest") {
unittest("liteos_a_net_resolv_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/net/socket/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -37,7 +37,7 @@ config("net_local_config") {
}
}
unittest("liteos_a_net_socket_unittest") {
unittest("liteos_a_net_socket_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/posix/mem/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_posix_mem_unittest") {
unittest("liteos_a_posix_mem_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/posix/mqueue/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -35,7 +35,7 @@ config("mqueue_config") {
cflags_cc = cflags
}
unittest("liteos_a_posix_mqueue_unittest") {
unittest("liteos_a_posix_mqueue_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/posix/pthread/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -35,7 +35,7 @@ config("pthread_config") {
cflags_cc = cflags
}
unittest("liteos_a_posix_pthread_unittest") {
unittest("liteos_a_posix_pthread_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/process/mutex/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_mutex_unittest") {
unittest("liteos_a_mutex_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/process/process/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_process_unittest") {
unittest("liteos_a_process_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/process/pthread/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_pthread_unittest") {
unittest("liteos_a_pthread_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/process/rwlock/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_rwlock_unittest") {
unittest("liteos_a_rwlock_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/process/spinlock/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_spinlock_unittest") {
unittest("liteos_a_spinlock_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/security/capability/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -2,7 +2,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_security_capability_unittest") {
unittest("liteos_a_security_capability_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/security/reugid/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_security_reugid_unittest") {
unittest("liteos_a_security_reugid_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/security/vid/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_security_vid_unittest") {
unittest("liteos_a_security_vid_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/signal/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_signal_unittest") {
unittest("liteos_a_signal_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/sys/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_sys_unittest") {
unittest("liteos_a_sys_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/time/clock/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_time_clock_unittest") {
unittest("liteos_a_time_clock_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/time/timer/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../../config.gni")
unittest("liteos_a_time_timer_unittest") {
unittest("liteos_a_time_timer_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
testsuites/unittest/util/BUILD.gn
浏览文件 @
5ce46e24
...
...
@@ -30,7 +30,7 @@
import("//build/lite/config/test.gni")
import("../config.gni")
unittest("liteos_a_util_unittest") {
unittest("liteos_a_util_unittest
_door
") {
output_extension = "bin"
output_dir = "$root_out_dir/test/unittest/kernel"
include_dirs = [
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录