aboutsummaryrefslogtreecommitdiff
path: root/benchmarks-script/andebench/run.sh
blob: 5522c6950d147c0f9e9d1bc4d212a2fe6e45ec81 (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.eembc.coremark/.tabs"
apk_file_name="com.eembc.coremark-1.apk"
test_method="testAndEBench"
apk_package="com.eembc.coremark"

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