tests: Restored -n flag for gcov
git-svn-id: http://pugixml.googlecode.com/svn/trunk@167 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
2d6dd88454
commit
009f3d50d2
@ -10,7 +10,7 @@ include "Jamrules.jam" ;
|
|||||||
BUILD = build/mingw/debug ;
|
BUILD = build/mingw/debug ;
|
||||||
CCFLAGS = -fprofile-arcs -ftest-coverage ;
|
CCFLAGS = -fprofile-arcs -ftest-coverage ;
|
||||||
LDFLAGS = -fprofile-arcs ;
|
LDFLAGS = -fprofile-arcs ;
|
||||||
GCOVFLAGS = ;
|
GCOVFLAGS = -n ;
|
||||||
|
|
||||||
Library pugixml : src/pugixml.cpp src/pugixpath.cpp ;
|
Library pugixml : src/pugixml.cpp src/pugixpath.cpp ;
|
||||||
Application tests : tests/main.cpp [ Glob tests : test_*.cpp ] : pugixml ;
|
Application tests : tests/main.cpp [ Glob tests : test_*.cpp ] : pugixml ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user