Test.json 447 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6
{
    "kits": [
        {
            "push": [
                "libhilogCtest->/data/local/tmp/libhilogCtest"
            ],
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": "libhilogCtest",
        "runtime-hint": "1s",
        "native-test-device-path": "/data/local/tmp"
    },
    "description": "Configuration for libhilogCtest Tests"
}