summaryrefslogtreecommitdiff
path: root/vellamo/execute.sh
blob: e75c12d1eb2b4019c37eba20c041dfc77f133065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

#need to be defined for different benchmark apks
activity="com.quicinc.vellamo/.Vellamo"
apk_file_name="com.quicinc.vellamo-1.apk"
test_method="python vc.py"
apk_package="com.quicinc.vellamo"

#following should no need to modify
parent_dir=`dirname ${0}`
source "${parent_dir}/../common/common.sh"
timeout=30m
main "$@"