diff options
author | Tudor Florea <tudor.florea@enea.com> | 2013-11-27 09:02:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-27 11:58:05 +0000 |
commit | 2988cef2f0ad857b5bbf6a0189ffb0fb88795f8c (patch) | |
tree | eaa870cdb25713b38a52315c462c611838cbd3b1 /meta/recipes-core/zlib/zlib-1.2.8/run-ptest | |
parent | e840f526e7223c9d393aab818c7a5a446b89c503 (diff) | |
download | openembedded-core-2988cef2f0ad857b5bbf6a0189ffb0fb88795f8c.tar.gz openembedded-core-2988cef2f0ad857b5bbf6a0189ffb0fb88795f8c.tar.bz2 openembedded-core-2988cef2f0ad857b5bbf6a0189ffb0fb88795f8c.zip |
zlib: Add ptest
Install zlib tests and run them as ptest
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib/zlib-1.2.8/run-ptest')
-rw-r--r-- | meta/recipes-core/zlib/zlib-1.2.8/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/run-ptest b/meta/recipes-core/zlib/zlib-1.2.8/run-ptest new file mode 100644 index 0000000000..884d9dc699 --- /dev/null +++ b/meta/recipes-core/zlib/zlib-1.2.8/run-ptest @@ -0,0 +1,2 @@ +#!/bin/sh +make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/' |