From 6279174e11fbe61f0a2cde1125b97ba244bd2ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Mon, 26 May 2025 12:14:03 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sqlite=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- precise_compilation/part_tdd.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/precise_compilation/part_tdd.json b/precise_compilation/part_tdd.json index 6c109cc..0300d64 100644 --- a/precise_compilation/part_tdd.json +++ b/precise_compilation/part_tdd.json @@ -848,5 +848,10 @@ "name": "xts_device_attest", "parts": "device_attest", "buildTarget": "xts/device_attest:device_attest_test" + }, + { + "name": "third_party_sqlite", + "parts": "sqlite", + "buildTarget": "communication/netmanager_base:netmanager_base_test,communication/dsoftbus:dsoftbus_test,distributeddatamgr/kv_store:kv_store_test,distributeddatamgr/relational_store:relational_store_test,distributeddatamgr/datamgr_service:datamgr_service_test,resourceschedule/resource_schedule_service:resource_schedule_service_test,security/access_tokenaccess_token_test,security/asset:asset_test,account/os_account:os_account_test,third_party/sqlite/unittest:unittest" } ] -- Gitee