1
0
Fork 0

4 lines
86 B

#!/bin/sh
gcov `find . -name *.c.gcno | grep -v test-apps` -b | sed "/\.h.\$/,/^$/d"