fixed that LOSCFG_USER_TEST_SMP is unuseful

Change-Id: Ib6bd11fbeaac88e69de663a7a3f2d01ac1fe9042
This commit is contained in:
lnlan
2021-05-15 16:29:50 +08:00
parent fa273ca817
commit fbe98af997
34 changed files with 86 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ source_set("sources_smoke") {
"smoke/IO_test_010.cpp",
"smoke/IO_test_013.cpp",
]
configs += [ "..:local_public_config" ]
include_dirs = common_include_dirs
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
}
@@ -89,6 +90,7 @@ source_set("sources_other") {
"full/IO_test_strncasecmp_l_001.cpp",
"full/IO_test_strncasecmp_l_002.cpp",
]
configs += [ "..:local_public_config" ]
include_dirs = common_include_dirs
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
}