mirror of
https://gitee.com/openharmony/testfwk_developer_test
synced 2024-12-02 12:56:34 +00:00
2e4b7532a7
Signed-off-by: zhouke <zhouke35@huawei.com>
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"name": "@openharmony/developertest",
|
|
"version": "3.1.0",
|
|
"description": "developertest",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "test/testfwk/developer_test"
|
|
},
|
|
"scripts": {},
|
|
"repository": "",
|
|
"dirs": {},
|
|
"component": {
|
|
"name": "developertest",
|
|
"subsystem": "testfwk",
|
|
"features" :[],
|
|
"adapted_system_type": [ "standard" ],
|
|
"rom": "0KB",
|
|
"ram": "0KB",
|
|
"deps": {},
|
|
"build": {
|
|
"sub_component": [
|
|
"//test/testfwk/developer_test/examples/app_info:app_info",
|
|
"//test/testfwk/developer_test/examples/detector:detector",
|
|
"//test/testfwk/developer_test/examples/calculator:calculator",
|
|
"//test/testfwk/developer_test/examples/calculator:calculator_static"
|
|
],
|
|
"inner_kits": [],
|
|
"test": [
|
|
"//test/testfwk/developer_test/examples/app_info/test:unittest",
|
|
"//test/testfwk/developer_test/examples/calculator/test:unittest",
|
|
"//test/testfwk/developer_test/examples/calculator/test:fuzztest",
|
|
"//test/testfwk/developer_test/examples/calculator/test:benchmarktest",
|
|
"//test/testfwk/developer_test/examples/detector/test:unittest",
|
|
"//test/testfwk/developer_test/examples/sleep/test:performance",
|
|
"//test/testfwk/developer_test/examples/distributedb/test:distributedtest",
|
|
"//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest"
|
|
]
|
|
}
|
|
}
|
|
}
|