diff options
| author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-20 21:39:27 +0000 | 
|---|---|---|
| committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2009-10-20 21:39:27 +0000 | 
| commit | 009f3d50d2736b0b7d2457d9aa67cd967f39e316 (patch) | |
| tree | 47b68f6828c433aeec527e5a7b6f29940a7f2c24 | |
| parent | 2d6dd8845462d1ad1f6c511664718b728286acc2 (diff) | |
tests: Restored -n flag for gcov
git-svn-id: http://pugixml.googlecode.com/svn/trunk@167 99668b35-9821-0410-8761-19e4c4f06640
| -rw-r--r-- | Jamfile.jam | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Jamfile.jam b/Jamfile.jam index 29abdd5..420a3e0 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -10,7 +10,7 @@ include "Jamrules.jam" ;  BUILD = build/mingw/debug ;
  CCFLAGS = -fprofile-arcs -ftest-coverage ;
  LDFLAGS = -fprofile-arcs ;
 -GCOVFLAGS = ;
 +GCOVFLAGS = -n ;
  Library pugixml : src/pugixml.cpp src/pugixpath.cpp ;
  Application tests : tests/main.cpp [ Glob tests : test_*.cpp ] : pugixml ;
 | 
