Test.json 591 字节
Newer Older
1 2 3 4
{
    "kits": [
        {
            "push": [
H
hk_js 已提交
5
                "ActsGraphicNapiDrawingTest->/data/local/tmp/ActsGraphicNapiDrawingTest"
6 7 8 9 10 11 12 13 14 15
            ],
            "type": "PushKit",
            "post-push" : [
                "chmod -R 777 /data/local/tmp/*"
            ]
        }
    ],
    "driver": {
        "native-test-timeout": "120000",
        "type": "CppTest",
H
hk_js 已提交
16
        "module-name": "ActsGraphicNapiDrawingTest",
17 18 19
        "runtime-hint": "1s",
        "native-test-device-path": "/data/local/tmp"
    },
H
hk_js 已提交
20
    "description": "Configuration for ActsGraphicNapiDrawingTest Tests"
21
}