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:
arseny.kapoulkine 2009-11-04 20:52:27 +00:00
parent 0b951b7e80
commit 576f952c2d

View file

@ -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