xref: /third_party/libwebsockets/scripts/gcov.sh (revision d4afb5ce)
1#!/bin/sh
2
3gcov `find . -name *.c.gcno | grep -v test-apps` -b | sed "/\.h.\$/,/^$/d"
4