At 12:02 PM 10/15/2002, Arjun Bijanki wrote:
"David Abrahams" writes:
"Arjun Bijanki"
writes: Hi, I'm having trouble running the Boost_1_29_0 regression tests. A lot
Arjun,
What are you doing to compile/link the tests? The supported method uses bjam. Have you tried that? If you use the -d+2 option you can look at the command-lines used and replicate them in whatever environment you like.
-Dave
Thanks. Previously, I was using /status/regression.cpp to generate the status table; I'll try using bjam instead.
We probably should have removed regression.cpp from the 1.29.0 release. The thought occurred to me, but that was before we decided to include all the new regression test components in the current CVS main trunk. Now that the main trunk has everything needed for the new tests, there is no reason to keep regression.cpp around. I'll remove it. --Beman