summaryrefslogtreecommitdiff
path: root/smartbench2012/execute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smartbench2012/execute.sh')
-rwxr-xr-xsmartbench2012/execute.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/smartbench2012/execute.sh b/smartbench2012/execute.sh
new file mode 100755
index 0000000..fa5c96a
--- /dev/null
+++ b/smartbench2012/execute.sh
@@ -0,0 +1,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 "$@"