summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib-1.2.8/run-ptest
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2013-11-27 09:02:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 09:52:56 +0000
commit013a828eb9f7b68e3b9734037352a0442ba3a6b4 (patch)
tree34e44adfb3cb46ba6b5b60a79146c769ccb930d8 /meta/recipes-core/zlib/zlib-1.2.8/run-ptest
parentf609852af89a8534dbe6be94bec1a121d1a28b14 (diff)
downloadpoky-013a828eb9f7b68e3b9734037352a0442ba3a6b4.tar.gz
zlib: Add ptest
Install zlib tests and run them as ptest (From OE-Core rev: 2988cef2f0ad857b5bbf6a0189ffb0fb88795f8c) 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-ptest2
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 @@
1#!/bin/sh
2make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/'