diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-01-17 15:59:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:48:23 +0000 |
commit | d132900b04a48193f05c04a77c324aa927970328 (patch) | |
tree | 06dfd367d4a65adc59be330e16b482835f3acb12 /meta/recipes-support/apr/apr-util | |
parent | d8cfe2ce6d45a375449dc3a7370516b8473b0996 (diff) | |
download | openembedded-core-d132900b04a48193f05c04a77c324aa927970328.tar.gz openembedded-core-d132900b04a48193f05c04a77c324aa927970328.tar.bz2 openembedded-core-d132900b04a48193f05c04a77c324aa927970328.zip |
apr-util: enable ptest support
Install apr-util test suite and run it as ptest.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/apr/apr-util')
-rw-r--r-- | meta/recipes-support/apr/apr-util/run-ptest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr-util/run-ptest b/meta/recipes-support/apr/apr-util/run-ptest new file mode 100644 index 0000000000..ae19a1d11b --- /dev/null +++ b/meta/recipes-support/apr/apr-util/run-ptest @@ -0,0 +1,6 @@ +#!/bin/sh + +cd test +./testall |sed \ + -e 's|\(.*\): SUCCESS|PASS: \1|' \ + -e 's|\(.*\): FAILED|FAIL: \1|' |