summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 21:39:27 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 21:39:27 +0000
commit009f3d50d2736b0b7d2457d9aa67cd967f39e316 (patch)
tree47b68f6828c433aeec527e5a7b6f29940a7f2c24 /Jamfile.jam
parent2d6dd8845462d1ad1f6c511664718b728286acc2 (diff)
tests: Restored -n flag for gcov
git-svn-id: http://pugixml.googlecode.com/svn/trunk@167 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r--Jamfile.jam2
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 ;