summaryrefslogtreecommitdiff
path: root/glbenchmark-2.5.1/execute.sh
blob: 984d527093ce1403eaa1e98c8c059d0b00cc9418 (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.glbenchmark.glbenchmark25/com.glbenchmark.activities.GLBenchmarkDownloaderActivity"
apk_file_name="GLBenchmark_2.5.1.apk"
apk_package="com.glbenchmark.glbenchmark25"

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