chore(build): format all BUILD.gn files
Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: Ifd3bf13f53a27e0a0bbd051cf35662e7409e6ed0
This commit is contained in:
@@ -41,13 +41,9 @@ sources_entry = [
|
||||
"process_rwlock_test.cpp",
|
||||
]
|
||||
|
||||
sources_smoke = [
|
||||
"smoke/pthread_rwlock_test_001.cpp",
|
||||
]
|
||||
sources_smoke = [ "smoke/pthread_rwlock_test_001.cpp" ]
|
||||
|
||||
sources_full = [
|
||||
"full/pthread_rwlock_test_002.cpp",
|
||||
]
|
||||
sources_full = [ "full/pthread_rwlock_test_002.cpp" ]
|
||||
|
||||
if (LOSCFG_USER_TEST_LEVEL >= TEST_LEVEL_LOW) {
|
||||
unittest("liteos_a_rwlock_unittest_door") {
|
||||
|
||||
Reference in New Issue
Block a user