
On Aug 14, 2007, at 5:38 PM, Larry Evans wrote:
cd ~/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/build/ ctest Start processing tests Test project /home/evansl/prog_dev/boost-svn/ro/sandbox-branches/boost-cmake/build 1/ 83 Testing metaprogramming::largest_int ***Failed 2/ 83 Testing metaprogramming::msvc_is_class***Failed 3/ 83 Testing metaprogramming::template_arit***Failed ... 82/ 83 Testing metaprogramming::vector_c ***Failed 83/ 83 Testing metaprogramming::zip_view ***Failed
0% tests passed, 83 tests failed out of 83
Doug, do you have any idea what I should do to get these tests to run?
I't s a bug in our build system. In particular, we're not passing the compiler through to the "CompileTest" projects used for compile-only tests. See, e.g., tools/build/CMake/CompileTest/CMakeLists.txt and tools/build/CMake/BoostTesting.cmake. Thanks for reporting this! Run-tests and run-fail tests should work fine. - Doug