$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [process] How to run test cases
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-09-22 10:42:52
Boris wrote:
> On Linux line 624 in
> boost_1_36_0/boost/test/impl/execution_monitor.ipp should be
> temporarily changed like I did on Solaris (not sure if you did this?).
I did.
>
> As the test cases try to start a program "helpers" shared libraries
> "helpers" depends on must be found. You might need to set and export
> LD_LIBRARY_PATH before you run the test cases.
No, no need. helpers runs fine standalone.
Sebastian