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

#need to be defined for different benchmark apks
activity="com.smartbench.twelve/.Smartbench2012"
apk_file_name="Smartbench2012.apk"
test_method="python vc.py"
apk_package="com.smartbench.twelve"

#following should no need to modify
parent_dir=$(cd $(dirname ${0});pwd)
source "${parent_dir}/../common/common.sh"
post_uninstall="${parent_dir}/extract_results.sh"
main "$@"