summaryrefslogtreecommitdiff
path: root/antutu5/execute.sh
blob: 264f2de7c958ce2da915a6d58091638a9851ac5a (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.ABenchMark5/.ABenchMarkStart"
apk_file_name="antutu-benchmark-v5-alpha.apk"
test_method="python vc.py"
apk_package="com.antutu.ABenchMark5"

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