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

#need to be defined for different benchmark apks
activity="com.antutu.ABenchMark/.ABenchMarkStart"
apk_file_name="antutu_benchmark_4.0.3.apk"
test_method="python vc.py"
apk_package="com.antutu.ABenchMark"

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