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:InputMethodAbilityTest", 32 "cpp_test:InputMethodAttachTest", 33 "cpp_test:InputMethodControllerTest", 34 "cpp_test:InputMethodDfxTest", 35 "cpp_test:InputMethodEditorTest", 36 "cpp_test:InputMethodPanelTest", 37 "cpp_test:InputMethodPrivateMemberTest", 38 "cpp_test:InputMethodSeccompTest", 39 "cpp_test:InputMethodServiceTest", 40 "cpp_test:InputMethodSwitchTest", 41 "cpp_test:JsonOperateTest", 42 "cpp_test:NewImeSwitchTest", 43 "cpp_test:SecurityModeParseTest", 44 "cpp_test:TaskManagerTest", 45 "cpp_test:TextListenerInnerApiTest", 46 "cpp_test:VirtualListenerTest", 47 "cpp_test/common:inputmethod_tdd_util", 48 "napi_test/src:GetInputMethodJsTest", 49 "resource/bundle_dependencies/editorBox:editorBox", 50 "resource/bundle_dependencies/extImfBundle:extImf", 51 "resource/bundle_dependencies/newTestIme:newTestIme", 52 "resource/ohos_test:copy_ohos_test", 53 ] 54 } 55} 56############################################################################### 57