|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2008-03-16 05:31:21
Paul C. Leopardi wrote:
> Hi,
> Has anyone tested Boost 1.34.1 against gcc 4.3.0? How do I find out
> if this
> has been done?
>
> Also, how do I run the regression test myself? I have a few issues so
> far:
You can run all the tests by invoking bjam from the /status directory. If
you just want to test uBlas then invoke bjam from within
/libs/numeric/uBlas/test.
HTH, John.