Files
Hailiang Hu 171ec8fae4 aot test framework update, add test case
1. Support js test case, and multi files case, update env on arm64.
2. Add js test case for call with default args, undefined using.

Issue: https://gitee.com/openharmony/ark_js_runtime/issues/I5DFAX

Signed-off-by: Hailiang Hu <allenpas@huawei.com>
Change-Id: I2e84914bdf5e86b38500178f38bd5723dc708ae6
2022-06-21 20:08:44 +08:00

17 lines
738 B
Plaintext

# Copyright (c) 2021 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.
0.2.1-20220620 support js case, and multi files case
0.2.0-20220617 support arm64, and -make option
0.1.0-20220419 first version