From ab28c3b45e611b5d49a03024bd6ae7b184d37d4a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 10 Oct 2009 20:48:55 +0000 Subject: Minor build framework fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@139 99668b35-9821-0410-8761-19e4c4f06640 --- tests/gcov-filter.pl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/gcov-filter.pl (limited to 'tests/gcov-filter.pl') diff --git a/tests/gcov-filter.pl b/tests/gcov-filter.pl new file mode 100644 index 0000000..8a581d0 --- /dev/null +++ b/tests/gcov-filter.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +$lines = join('', <>); +$lines =~ s/File (.+)\nLines (.+)\n(.+\n)*\n/$1 $2\n/g; +$lines =~ s/.+include\/c\+\+.+\n//g; + +print $lines; -- cgit v1.2.3