
12 Feb
2009
12 Feb
'09
12:07 p.m.
On 02/12/09 05:55, Larry Evans wrote:
On 05/10/08 19:06, Steven Watanabe wrote: [snip]
The code is in the sandbox http://svn.boost.org/svn/boost/sandbox/tools/profile_templates
Hi Steven,
Thanks for this tool; however...
I wanted to use another test driver instead of test.cpp. I thought just adding another target to the Jamfile.v2 would work:
-{--Jamfile.v2--
template-profile test : test.cpp : <include>test_dir ;
template-profile and_seq_find_if : and_seq_find_if.cpp : <include> test_dir ;
-}--Jamfile.v2--
Should have been <include>test_dir instead of having space there. Sorry for noise.