aboutsummaryrefslogtreecommitdiff
path: root/odp-debian-validation.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-06-28 09:58:36 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-07 05:47:14 +0000
commit50e6419cb60be7bf178576f7d0766cd79a5bd1cc (patch)
tree21c4f656ecddc45c84fe5965890ca7e2dddfffe6 /odp-debian-validation.yaml
parent86166bb825e7845bbd804fb4cb562ef62ff61705 (diff)
odp-debian-validation: enable other tests
Make it possible to build and run other tests than the validation tests. Change-Id: I01e353cca5892f12acc82888d1962c62845f0038 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-debian-validation.yaml')
-rw-r--r--odp-debian-validation.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/odp-debian-validation.yaml b/odp-debian-validation.yaml
index eb573298a8..5150302b53 100644
--- a/odp-debian-validation.yaml
+++ b/odp-debian-validation.yaml
@@ -40,6 +40,15 @@
- armv7a
- armv8
- x86_64
+ - axis:
+ type: user-defined
+ name: test
+ values:
+ - cpp
+ - example
+ - helper
+ - perf
+ - vald
execution-strategy:
sequential: true
touchstone:
@@ -104,8 +113,17 @@
export DIST=debian
export TARGET_TYPE=ubuntu
+ export CONFIG_OPTIONS="--enable-test-${test}"
+ export TESTDEF_FILE="ubuntu/odp-tests"
export ROOTFS_TYPE=jessie-developer
+ case "${test}" in
+ vald)
+ export CONFIG_OPTIONS=""
+ export TESTDEF_FILE="common/odp-validation"
+ ;;
+ esac
+
template_file="template-base"
case "${arch}" in
armv7ab)