fixed that LOSCFG_USER_TEST_SMP is unuseful
Change-Id: Ib6bd11fbeaac88e69de663a7a3f2d01ac1fe9042
This commit is contained in:
@@ -69,6 +69,7 @@ source_set("sources_smoke") {
|
||||
"smoke/pthread_mutex_test_024.cpp",
|
||||
"smoke/pthread_mutex_test_025.cpp",
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
@@ -76,6 +77,7 @@ source_set("sources_smoke") {
|
||||
source_set("sources_other") {
|
||||
sources = [
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
|
||||
@@ -118,6 +118,7 @@ source_set("sources_smoke") {
|
||||
"smp/process_test_smp_007.cpp",
|
||||
"smp/process_test_smp_008.cpp",
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
@@ -125,6 +126,7 @@ source_set("sources_smoke") {
|
||||
source_set("sources_other") {
|
||||
sources = [
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
|
||||
@@ -68,6 +68,7 @@ source_set("sources_smoke") {
|
||||
"smoke/pthread_test_018.cpp",
|
||||
"smoke/pthread_test_019.cpp",
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
@@ -75,6 +76,7 @@ source_set("sources_smoke") {
|
||||
source_set("sources_other") {
|
||||
sources = [
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ source_set("sources_smoke") {
|
||||
"smoke/pthread_rwlock_test_001.cpp",
|
||||
"smoke/pthread_rwlock_test_002.cpp",
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
@@ -53,6 +54,7 @@ source_set("sources_smoke") {
|
||||
source_set("sources_other") {
|
||||
sources = [
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
|
||||
@@ -45,6 +45,7 @@ source_set("sources_smoke") {
|
||||
sources = [
|
||||
"smoke/pthread_spinlock_test_001.cpp",
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
@@ -52,6 +53,7 @@ source_set("sources_smoke") {
|
||||
source_set("sources_other") {
|
||||
sources = [
|
||||
]
|
||||
configs += [ "../..:local_public_config" ]
|
||||
include_dirs = common_include_dirs
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user