tests: Fixed mingw 4.4.0 coverage reports
git-svn-id: http://pugixml.googlecode.com/svn/trunk@208 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
0b951b7e80
commit
576f952c2d
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ if ( $(toolset:I=^mingw) )
|
|||
CCFLAGS = -fprofile-arcs -ftest-coverage ;
|
||||
LDFLAGS = -fprofile-arcs ;
|
||||
GCOVFLAGS = -n ;
|
||||
|
||||
if ( $(toolset) = mingw44 )
|
||||
{
|
||||
GCOVFLAGS += -o $(BUILD)/src ; # because stupid gcov can't find files via relative paths any more
|
||||
}
|
||||
}
|
||||
|
||||
# rules
|
||||
|
|
Loading…
Add table
Reference in a new issue