summaryrefslogtreecommitdiff
path: root/cf-bench/execute.sh
blob: 2b27711476cb9651024e0d4287c7a85ebfed866b (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="eu.chainfire.cfbench/.MainActivity"
apk_file_name="CF-Bench-Pro-1.3.apk"
test_method="python vc.py"
apk_package="eu.chainfire.cfbench"

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