$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How to use purecov within Jamfile
From: Min Wang (qiaorang_at_[hidden])
Date: 2009-01-23 09:27:50
Is purecov like tool supported by boost build ? Can anyone tell me how ?
It has been asked before but I don't see any solution was given yet.
Thanks in advance.
(In case you need to know.) purecov is a tool to instrument your code in
this way :
purecov cc -o yourcode.o yourcode.c
So I need a way to prepend purecov before cc in Jamfile.