BUILD.gn 1.6 KB
Newer Older
L
liuhaonan2 已提交
1
# Copyright (C) 2023 Huawei Device Co., Ltd.
M
mamingshuai 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")

group("distributeddatamgr") {
  testonly = true
  if (is_standard_system) {
    deps = [
H
hu0475 已提交
19
      "UDMFtest:UDMFtest",
20 21
      "crossplatform/preferencesetstest:ActsCrossplatformPreferencesTest",
      "crossplatform/relationalstoreetstest:ActsCrossplatformRelationalStoreTest",
Y
yanglifeng1217 已提交
22
      "dataObjectjstest/hap:dataObject_js_test",
L
liangzhenyu123 已提交
23
      "dataSharejstest/hap:dataShare_js_test",
24
      "distributedKVStoretest:distributedKVStoretest",
L
liangzhenyu123 已提交
25
      "kvStoretest:kvStoretest",
Y
yanglifeng1217 已提交
26
      "preferencesdatagroupidtest:ActsPreferencesDataGroupIdTest",
Y
yanglifeng1217 已提交
27
      "preferencesjstest/hap:preferences_js_test",
L
liangzhenyu123 已提交
28
      "relationalStoretest:relationalStoretest",
Y
yanglifeng1217 已提交
29
      "relationalstoredatagroupidtest:ActsRelationalstoreDataGroupIdTest",
M
mamingshuai 已提交
30 31 32
    ]
  } else {
    deps = [
Y
yanglifeng1217 已提交
33 34
      "kvStorejstest/hap:distributeddatamgrfunctest_hap",
      "relationalStorejstest/hap:appdatamgrfunctest_hap",
M
mamingshuai 已提交
35 36 37 38
      "searchtest/hap:searchfunctest_hap",
    ]
  }
}
39 40 41

group("pasteboard") {
  testonly = true
42
  deps = [ "Pasteboardjsapitest:ActsPasteBoardETSApiTest" ]
43
}