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:EnableImeDataParseTest", 24 "cpp_test:FullImeInfoManagerTest", 25 "cpp_test:ITypesUtilTest", 26 "cpp_test:IdentityCheckerTest", 27 "cpp_test:ImeControllerCpaiTest", 28 "cpp_test:ImeFreezeManagerTest", 29 "cpp_test:ImeProxyTest", 30 "cpp_test:ImeSystemChannelTest", 31 "cpp_test:ImfHisysEventReporterTest", 32 "cpp_test:InputMethodAbilityTest", 33 "cpp_test:InputMethodAttachTest", 34 "cpp_test:InputMethodControllerTest", 35 "cpp_test:InputMethodDfxTest", 36 "cpp_test:InputMethodEditorTest", 37 "cpp_test:InputMethodMessageHandlerTest", 38 "cpp_test:InputMethodPanelAdjustTest", 39 "cpp_test:InputMethodPanelTest", 40 "cpp_test:InputMethodPrivateMemberTest", 41 "cpp_test:InputMethodSeccompTest", 42 "cpp_test:InputMethodServiceTest", 43 "cpp_test:InputMethodSwitchTest", 44 "cpp_test:JsonOperateTest", 45 "cpp_test:NewImeSwitchTest", 46 "cpp_test:OnDemandStartStopSaTest", 47 "cpp_test:SecurityModeParseTest", 48 "cpp_test:TaskManagerTest", 49 "cpp_test:TextListenerInnerApiTest", 50 "cpp_test:VirtualListenerTest", 51 "cpp_test:WindowAdapterTest", 52 "cpp_test/common:inputmethod_tdd_util", 53 "napi_test/src:GetInputMethodJsTest", 54 "resource/bundle_dependencies/editorBox:editorBox", 55 "resource/bundle_dependencies/extImfBundle:extImf", 56 "resource/bundle_dependencies/newTestIme:newTestIme", 57 "resource/ohos_test:copy_ohos_test", 58 ] 59 } 60} 61############################################################################### 62