2022-03-15 19:23:55 +08:00
|
|
|
{
|
2023-08-18 16:41:14 +08:00
|
|
|
"name": "@openharmony/developer_test",
|
2022-03-15 19:23:55 +08:00
|
|
|
"version": "3.1.0",
|
2023-08-18 16:41:14 +08:00
|
|
|
"description": "developer_test",
|
2022-03-15 19:23:55 +08:00
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
2022-11-21 11:43:37 +00:00
|
|
|
"segment": {
|
|
|
|
"destPath": "test/testfwk/developer_test"
|
|
|
|
},
|
2022-03-15 19:23:55 +08:00
|
|
|
"scripts": {},
|
|
|
|
"repository": "",
|
|
|
|
"dirs": {},
|
|
|
|
"component": {
|
2023-08-18 16:41:14 +08:00
|
|
|
"name": "developer_test",
|
2023-04-27 17:43:08 +08:00
|
|
|
"subsystem": "testfwk",
|
2023-08-21 15:55:53 +08:00
|
|
|
"syscap": ["开发者自测试框架"],
|
2022-03-15 19:23:55 +08:00
|
|
|
"features" :[],
|
2023-08-21 15:13:37 +08:00
|
|
|
"adapted_system_type": [ "mini", "small", "standard" ],
|
2022-03-15 19:23:55 +08:00
|
|
|
"rom": "0KB",
|
|
|
|
"ram": "0KB",
|
|
|
|
"deps": {},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2022-09-13 21:49:11 +08:00
|
|
|
"//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"
|
2022-03-15 19:23:55 +08:00
|
|
|
],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": [
|
2022-09-13 21:49:11 +08:00
|
|
|
"//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",
|
2023-03-01 18:41:22 +08:00
|
|
|
"//test/testfwk/developer_test/examples/distributedb/test:distributedtest",
|
|
|
|
"//test/testfwk/developer_test/examples/stagetest/actsbundlemanagerstagetest:unittest"
|
2022-03-15 19:23:55 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|