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, 0 insertions, 13 deletions
diff --git a/smartbench2012/execute.sh b/smartbench2012/execute.sh
deleted file mode 100755
index fa5c96a..0000000
--- a/smartbench2012/execute.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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 "$@"