generic-poky/meta/recipes-core/zlib/zlib-1.2.8/run-ptest

3 lines
157 B
Bash

#!/bin/sh
make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/'