Boost logo

Boost Testing :

From: Voronkov Konstantin (beowinkle_at_[hidden])
Date: 2005-08-03 09:06:33


I did debugging of compiler_status and found that it can
  be executed only:
- for boost projects ( the results are in bin/boost folder),
- some projects which produces results in folder
  "bin" / relative / "bin",
- and in folder "locate_root / relative / bin"

I do not understand if I can apply this for mine configuration,
  when Test Case projects are not located under BOOST_ROOT folder.
I think it to place the Test Cases under BOOST_ROOT folder
to solve mine problems.

Best Regards,
Konstantin

Vladimir Prus wrote:
> Voronkov Konstantin wrote:
>
>
>>Hello, All!
>>
>>I have problem with process_jam_log tool. It requires
>> to define relativeness from project root with rule
>>"subproject". But in case I'm building mine project
>>out of location on BOOST_ROOT the rule is unknown
>>and have this error:
>>
>> >..\test\Jamfile:3: in modules.load
>> >rule subproject unknown in module
>> >Jamfile</H:/tmp/Boost/Tutorials/sample1/test>.
>
>
>>From that funky "/H:" I guess you're using Boost.Build V2. It does not
> requires the "subproject" rule at all. Take a look at status/Jamfile.v2 and
> libs/program_options/test/Jamfile.v2 -- they worked just fine last time I
> tried.
>
> You might want to use "--v2" option to both process_jam_log and
> compiler_status (if if you the latter) to ensure right results.
>
> - Volodya


Boost-testing list run by mbergal at meta-comm.com