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
@ -39,6 +39,11 @@ if ( $(toolset:I=^mingw) )
|
|||||||
CCFLAGS = -fprofile-arcs -ftest-coverage ;
|
CCFLAGS = -fprofile-arcs -ftest-coverage ;
|
||||||
LDFLAGS = -fprofile-arcs ;
|
LDFLAGS = -fprofile-arcs ;
|
||||||
GCOVFLAGS = -n ;
|
GCOVFLAGS = -n ;
|
||||||
|
|
||||||
|
if ( $(toolset) = mingw44 )
|
||||||
|
{
|
||||||
|
GCOVFLAGS += -o $(BUILD)/src ; # because stupid gcov can't find files via relative paths any more
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# rules
|
# rules
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user