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