summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-05-03 10:43:33 +0200
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-05-10 09:04:02 +0000
commitea81d24e17a8b7e24fc9960593cc09a849dce1c6 (patch)
tree9701bb2927595e680a2057329ad6f894d39eeb78 /common
parent3f3555d43be85167c30e82123da49efb41d12196 (diff)
common/odp-validation: remove unnecessary flags to configure
We only want to run ODPs validation test suite in this script which is --enable-test-vald. Change-Id: I2726acd273f0cacf2e7e249289c68e06ec7f201f Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'common')
-rw-r--r--common/odp-validation.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/odp-validation.yaml b/common/odp-validation.yaml
index f333aec..b0c0eef 100644
--- a/common/odp-validation.yaml
+++ b/common/odp-validation.yaml
@@ -37,7 +37,7 @@ install:
- cd odp
- ./bootstrap
- autoreconf -i
- - ./configure --enable-test-vald --enable-test-perf --with-testdir=/usr/lib/odp/ptest/test
+ - ./configure --enable-test-vald --with-testdir=/usr/lib/odp/ptest/test
- make install
- cd /usr/lib/odp/ptest
- ln -s test/run-test run-ptest