Test.json 425 字节
Newer Older
aaa  
伞木希美 已提交
1 2 3
{
    "description": "NAPI Tests",
    "driver": {
4
        "native-test-timeout":"60000",
aaa  
伞木希美 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18
        "type": "CppTest",
        "module-name": "ActsHuksNAPITest",
        "runtime-hint": "1s",
        "native-test-device-path":"/data/local/tmp"
    },
    "kits": [
        {
            "push":[
                "ActsHuksNAPITest->/data/local/tmp/ActsHuksNAPITest"
            ],
            "type": "PushKit"
        }
    ]
}