summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 20:25:35 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 20:25:35 +0000
commitc026597234aa371a106409271885f0cdb3c7bae3 (patch)
tree3b5e6dc79a7b1faeb57bfd4a91bb34b529dc00c6 /Jamfile.jam
parenta2249c1304564c96ddd1c052043f8d5ef53e2112 (diff)
tests: Added more tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@162 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 420a3e0..29abdd5 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 = -n ;
+GCOVFLAGS = ;
Library pugixml : src/pugixml.cpp src/pugixpath.cpp ;
Application tests : tests/main.cpp [ Glob tests : test_*.cpp ] : pugixml ;