$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-08-16 10:58:23
On 08/16/2007 08:11 AM, Larry Evans wrote:
[snip]
> The CMakeCache.txt contains the lines:
>
> //Enable testing of Boost.IOStreams
> TEST_BOOST_IOSTREAMS:BOOL=ON
>
> I tried running just make instead of ctest to see if it would run
> the test; however, I got an error about missing static library
[snip]
I just turned all the options to "ON" and ran make. No tests were
run. I reread:
http://svn.boost.org/trac/boost/wiki/CMakeTesting
which, of course, clearly implied the ctest had to be used to run the
test; so, I ran:
ctest -R iostreams::
and, like the doc says, just ran the iostreams tests.
Sorry (again) for noise.