summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@arm.com>2015-02-26 17:01:18 +0000
committerStuart Haslam <stuart.haslam@arm.com>2015-02-26 17:01:18 +0000
commitb68b3609f4e09c6921c5176ce5b8eb59636b448c (patch)
treefab6252a486e114d84b50a30c2ca3802222fe88f
parent8e186096aedd212f0944f9ca6bdc64fd1a080097 (diff)
Install CUnit
-rw-r--r--openembedded/odp-scheduling.yaml9
1 files changed, 7 insertions, 2 deletions
diff --git a/openembedded/odp-scheduling.yaml b/openembedded/odp-scheduling.yaml
index 2cc882f..5cde378 100644
--- a/openembedded/odp-scheduling.yaml
+++ b/openembedded/odp-scheduling.yaml
@@ -16,9 +16,14 @@ install:
git-repos:
- git://git.linaro.org/lng/odp.git
steps:
- - 'cd odp'
+ - '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'
- - './configure --enable-test-vald --enable-test-perf'
+ - 'make install'
+ - 'cd ../odp'
+ - './bootstrap'
+ - './configure --enable-test-vald --enable-test-perf --with-cunit-path=$HOME/CUnitHome'
- 'make'
- 'make install'