mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-12-02 20:18:09 +00:00
6c5a1713c3
Add TDD test cases to verify code correctness. Issue: I61M8D Test: unit test Signed-off-by: songqi <songqi32@huawei.com> Change-Id: I8313d2b4445b78315730c88d7515bc20249a819e
37 lines
945 B
JSON
37 lines
945 B
JSON
{
|
|
"name": "@ohos/arkcompiler_runtime_core",
|
|
"version": "",
|
|
"description": "方舟运行时的公共组件",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"scripts": {},
|
|
"dirs": [],
|
|
"segment": {
|
|
"destPath": "arkcompiler/runtime_core"
|
|
},
|
|
"component": {
|
|
"name": "runtime_core",
|
|
"subsystem": "arkcompiler",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//arkcompiler/runtime_core/tests/fuzztest:fuzztest",
|
|
"//arkcompiler/runtime_core:runtime_core_unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|