1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//build/test.gni") 15 16#################################group######################################### 17group("unittest") { 18 testonly = true 19 deps = [] 20 21 if (!use_libfuzzer) { 22 deps += [ 23 "cpp_test:FullImeInfoManagerTest", 24 "cpp_test:IdentityCheckerTest", 25 "cpp_test:ImaTextEditTest", 26 "cpp_test:ImeControllerCpaiTest", 27 "cpp_test:ImeEnabledInfoManagerTest", 28 "cpp_test:ImeFreezeManagerTest", 29 "cpp_test:ImeMirrorDemo", 30 "cpp_test:ImeMirrorTest", 31 "cpp_test:ImeProxyAgentImeTest", 32 "cpp_test:ImeProxyTest", 33 "cpp_test:ImeSystemChannelTest", 34 "cpp_test:ImfHisysEventReporterTest", 35 "cpp_test:InputMethodAbilityTest", 36 "cpp_test:InputMethodAttachTest", 37 "cpp_test:InputMethodControllerTest", 38 "cpp_test:InputMethodDfxTest", 39 "cpp_test:InputMethodEditorTest", 40 "cpp_test:InputMethodManagerCommandTest", 41 "cpp_test:InputMethodMessageHandlerTest", 42 "cpp_test:InputMethodPanelAdjustTest", 43 "cpp_test:InputMethodPanelTest", 44 "cpp_test:InputMethodPrivateMemberTest", 45 "cpp_test:InputMethodSeccompTest", 46 "cpp_test:InputMethodServiceTest", 47 "cpp_test:InputMethodSwitchTest", 48 "cpp_test:JsonOperateTest", 49 "cpp_test:NewImeSwitchTest", 50 "cpp_test:NumKeyAppsManagerTest", 51 "cpp_test:OnDemandStartStopSaTest", 52 "cpp_test:StringUtilsTest", 53 "cpp_test:TaskManagerTest", 54 "cpp_test:TextListenerInnerApiTest", 55 "cpp_test:VirtualListenerTest", 56 "cpp_test:WindowAdapterTest", 57 "cpp_test/common:inputmethod_tdd_util", 58 "napi_test/src:GetInputMethodJsTest", 59 "resource/bundle_dependencies/editorBox:editorBox", 60 "resource/bundle_dependencies/extImfBundle:extImf", 61 "resource/bundle_dependencies/newTestIme:newTestIme", 62 "resource/ohos_test:copy_ohos_test", 63 ] 64 } 65} 66############################################################################### 67