aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorXueliang Zhong <xueliang.zhong@linaro.org>2016-02-02 15:46:33 +0000
committerAlexandre Rames <alexandre.rames@linaro.org>2016-02-05 10:48:16 +0000
commitbdccbf5c2d8a97c202fb5dbcb98f2f29a6b01d4d (patch)
tree4c69597fc6d2d8f7e5c1ff2677f7fbfa18d5bbe9 /build.sh
parent6739dea0a8c4525593883e20a1e68c38067be844 (diff)
downloadart-testing-bdccbf5c2d8a97c202fb5dbcb98f2f29a6b01d4d.tar.gz
Modify and fit the DeltaBlue benchmark into ART testing framework
Change-Id: I0790bc1442299ee3880a69fb19775fa710a7b068
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 525bb43..8550679 100755
--- a/build.sh
+++ b/build.sh
@@ -109,9 +109,7 @@ shift $((OPTIND - 1))
# Disable wildcard expansion.
set -f
# Find what Java files we need to compile.
-JAVA_BENCHMARK_FILES="$(find $DIR_BENCHMARKS -type f -name '*'.java \
- ! -name DeltaBlue.java \
-)"
+JAVA_BENCHMARK_FILES="$(find $DIR_BENCHMARKS -type f -name '*'.java)"
# Reenable wildcard expansion.
set +f