summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@arm.com>2015-02-26 18:10:50 +0000
committerStuart Haslam <stuart.haslam@arm.com>2015-02-26 18:10:50 +0000
commitc008ec2878a68375ac126e20e229a05171dcf7ac (patch)
tree5b0ceb93f31ca60eae98b1a69409d2a20202cdff
parent5e3a293389736c5b8c4f9a107f82937b84fb686f (diff)
remove cunit install
-rw-r--r--openembedded/odp-scheduling.yaml11
1 files changed, 4 insertions, 7 deletions
diff --git a/openembedded/odp-scheduling.yaml b/openembedded/odp-scheduling.yaml
index b091d24..2aaf2d9 100644
--- a/openembedded/odp-scheduling.yaml
+++ b/openembedded/odp-scheduling.yaml
@@ -15,16 +15,13 @@ metadata:
install:
git-repos:
- git://git.linaro.org/lng/odp.git
-run:
steps:
- - 'curl -sSOL http://sourceforge.net/projects/cunit/files/CUnit/2.1-3/CUnit-2.1-3.tar.bz2'
- - 'tar xf CUnit-2.1-3.tar.bz2'
- - 'cd CUnit-2.1-3'
- - './bootstrap'
- - 'make install'
- 'cd ../odp'
- './bootstrap'
- - './configure --enable-test-vald --enable-test-perf --with-cunit-path=$HOME/CUnitHome'
+ - './configure --enable-test-vald --enable-test-perf'
- 'make'
- 'make install'
+
+run:
+ steps:
- lava-test-case odp_scheduling --shell odp_scheduling