summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib/run-ptest
blob: 884d9dc6996e1fe6a3e6aacb9620bb407f6031b1 (plain)
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/'