From 009f3d50d2736b0b7d2457d9aa67cd967f39e316 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 20 Oct 2009 21:39:27 +0000 Subject: tests: Restored -n flag for gcov git-svn-id: http://pugixml.googlecode.com/svn/trunk@167 99668b35-9821-0410-8761-19e4c4f06640 --- Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- cgit v1.2.3