summaryrefslogtreecommitdiff
path: root/geekbench2/execute.sh
blob: 3f161c53edd2f46c11baa33d7ec63cf0a61ab55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

#need to be defined for different benchmark apks
activity="ca.primatelabs.geekbench2/.HomeActivity"
apk_file_name="ca.primatelabs.geekbench2-1.apk"
test_method="python vc.py"
apk_package="ca.primatelabs.geekbench2"

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