summaryrefslogtreecommitdiff
path: root/andebench/execute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'andebench/execute.sh')
-rwxr-xr-xandebench/execute.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/andebench/execute.sh b/andebench/execute.sh
deleted file mode 100755
index 7804acd..0000000
--- a/andebench/execute.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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="python vc.py"
-apk_package="com.eembc.coremark"
-
-#following should no need to modify
-parent_dir=`dirname ${0}`
-source "${parent_dir}/../common/common.sh"
-main "$@"