arkcompiler_ets_runtime/test/aottest/shl/BUILD.gn
dingding 020ffb62d7 Reopen builtins_stub test case and Clean AOTTest gn
1. Reopen builtins_stub test case, should only be ran under typed path.
   (The output of the test case verifies the execution paths by logs,
    and it should be tested in slow path mode.)
2. Delete unused gn arg is_disable_type_lowering.

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I6SLFE

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ief4e927b16012b078683d1536ad149dd37da67a4
2023-04-03 16:24:25 +08:00

19 lines
692 B
Plaintext

# Copyright (c) 2022 Huawei Device Co., Ltd.
# 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("//arkcompiler/ets_runtime/test/test_helper.gni")
host_aot_test_action("shl") {
deps = []
}