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

#need to be defined for different benchmark apks
activity="com.flexycore.caffeinemark/.Application"
apk_file_name="com.flexycore.caffeinemark-1.apk"
test_method="python vc.py"
apk_package="com.flexycore.caffeinemark"

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