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