|
Boost Testing : |
From: Juraj Ivančić (jura_at_[hidden])
Date: 2005-07-08 04:30:35
Hello,
This might be a stupid question.
I tried to make regression tests for my own project by mimicking boost's
regression tests behaviour.
I created Jamfile similar to those in boost regression tests, created a few
trivial tests. bjam behaved as
expected.
However I had trouble making post-bjam processing tools, namely
process_jam_log and compiler_status
to behave correctly. They both seem to rely on the fact that tests are
located somewhere in the
%BOOST_ROOT%/libs folder.
Is there a way to use them, without modifing their source, to process jam
log from any folder?
If not, is such a change planned for one of the next releases?
Regards, Juraj Ivancic