
16 Aug
2007
16 Aug
'07
2:58 p.m.
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.