Test.json 487 字节
Newer Older
H
hujixiang1 已提交
1 2 3
{
    "kits": [
        {
S
shuxiong 已提交
4
            "push": [
J
jiyong 已提交
5
                "ActsHuksStdFunctionTest->/data/local/tmp/ActsHuksStdFunctionTest"
S
shuxiong 已提交
6 7
            ],
            "type": "PushKit"
H
hujixiang1 已提交
8 9 10
        }
    ],
    "driver": {
S
shuxiong 已提交
11 12
        "native-test-timeout": "120000",
        "type": "CppTest",
J
jiyong 已提交
13
        "module-name": "ActsHuksStdFunctionTest",
S
shuxiong 已提交
14 15 16
        "runtime-hint": "1s",
        "native-test-device-path": "/data/local/tmp"
    },
J
jiyong 已提交
17
    "description": "Configuration for ActsHuksStdFunctionTest Tests"
H
hujixiang1 已提交
18
}