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