diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2016-05-03 10:43:33 +0200 |
---|---|---|
committer | Milosz Wasilewski <milosz.wasilewski@linaro.org> | 2016-05-10 09:04:02 +0000 |
commit | ea81d24e17a8b7e24fc9960593cc09a849dce1c6 (patch) | |
tree | 9701bb2927595e680a2057329ad6f894d39eeb78 /common/odp-validation.yaml | |
parent | 3f3555d43be85167c30e82123da49efb41d12196 (diff) | |
download | test-definitions-pipe-ea81d24e17a8b7e24fc9960593cc09a849dce1c6.tar.gz |
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/odp-validation.yaml')
-rw-r--r-- | common/odp-validation.yaml | 2 |
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 |