提交 9c69e603 编写于 作者: C Caoruihong

chore: fix typo: testsuits --> testsuites

keep testsuites the same directory name as in liteos_a
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
上级 93c1eb54
......@@ -82,7 +82,7 @@ group("kernel") {
deps += [ "components/shell:shell" ]
}
if (enable_ohos_kernel_liteos_m_test) {
deps += [ "testsuits:test" ]
deps += [ "testsuites:test" ]
}
if (enable_ohos_kernel_liteos_m_lwip) {
deps += [ ohos_kernel_liteos_m_lwip_path ]
......
......@@ -74,5 +74,5 @@ static_library("test_event") {
"It_los_event_043.c",
]
configs += [ "//kernel/liteos_m/testsuits:include" ]
configs += [ "//kernel/liteos_m/testsuites:include" ]
}
......@@ -67,5 +67,5 @@ static_library("test_hwi") {
"llt_los_hwi_035.c",
]
configs += [ "//kernel/liteos_m/testsuits:include" ]
configs += [ "//kernel/liteos_m/testsuites:include" ]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册