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 ;