chore: fix typo: testsuits --> testsuites

keep testsuites the same directory name as in liteos_a

Signed-off-by: Caoruihong <crh.cao@huawei.com>
This commit is contained in:
Caoruihong 2021-10-21 21:26:54 +08:00
parent 93c1eb54a0
commit 9c69e6039e
710 changed files with 10 additions and 10 deletions

View File

@ -82,7 +82,7 @@ group("kernel") {
deps += [ "components/shell:shell" ] deps += [ "components/shell:shell" ]
} }
if (enable_ohos_kernel_liteos_m_test) { if (enable_ohos_kernel_liteos_m_test) {
deps += [ "testsuits:test" ] deps += [ "testsuites:test" ]
} }
if (enable_ohos_kernel_liteos_m_lwip) { if (enable_ohos_kernel_liteos_m_lwip) {
deps += [ ohos_kernel_liteos_m_lwip_path ] deps += [ ohos_kernel_liteos_m_lwip_path ]

View File

@ -74,5 +74,5 @@ static_library("test_event") {
"It_los_event_043.c", "It_los_event_043.c",
] ]
configs += [ "//kernel/liteos_m/testsuits:include" ] configs += [ "//kernel/liteos_m/testsuites:include" ]
} }

View File

@ -67,5 +67,5 @@ static_library("test_hwi") {
"llt_los_hwi_035.c", "llt_los_hwi_035.c",
] ]
configs += [ "//kernel/liteos_m/testsuits:include" ] configs += [ "//kernel/liteos_m/testsuites:include" ]
} }

Some files were not shown because too many files have changed in this diff Show More