• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for rtg_test",
3    "kits": [
4        {
5            "push": [
6                "rtg_test->/data/local/tmp/rtg_test"
7            ],
8            "type": "PushKit"
9        }
10    ],
11    "driver": {
12    "native-test-timeout": "120000",
13    "type": "CppTest",
14    "module-name": "rtg_test",
15    "runtime-hint": "1s",
16    "native-test-device-path": "/data/local/tmp"
17    }
18}
19
20