run_test parameter not working (Boost Unit Test Framework)

Hi, I've downloaded the 1.35.0 source and built my own boost libraries in Redhat 5.1 with the intention of using the boost unit test framework. However, I noticed that the run_test parameter is not working. Has anyone experienced this and came up with a solution to resolve this issue? The build in windows is working fine. I've verified using gdb that the parameter value is being passed correctly to boost layer. any help will be appreciated. thanks Marc

Marc Oliver Castañeda <floranteatlaura <at> yahoo.com> writes:
Hi,I've downloaded the 1.35.0 source and built my own boost libraries in Redhat 5.1 withthe intention of using the boost unit test framework. However, I noticed that the run_test parameter is not working.Has anyone experienced this and came up
I believe this is fixed in svn. Therer was incorrect ifdef that disabled the functionality on most platforms. Gennadiy

on Thu Jul 17 2008, Marc Oliver Castañeda <floranteatlaura-AT-yahoo.com> wrote:
Hi,
I've downloaded the 1.35.0 source and built my own boost libraries in Redhat 5.1 with the intention of using the boost unit test framework. However, I noticed that the run_test parameter is not working.
parameter to what? e.g., a function? a command-line tool? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

David Abrahams <dave <at> boostpro.com> writes:
on Thu Jul 17 2008, Marc Oliver Castañeda <floranteatlaura-AT-yahoo.com> wrote:
Hi,
I've downloaded the 1.35.0 source and built my own boost libraries in Redhat
the intention of using the boost unit test framework. However, I noticed
5.1 with that the run_test
parameter is not working.
parameter to what? e.g., a function? a command-line tool?
he mean command line parameter that is used to specify which test units to run based on their name
participants (3)
-
David Abrahams
-
Gennadiy Rozental
-
Marc Oliver Castañeda