diff -up boost_1_57_0/libs/pool/test/Jamfile.v2\~ boost_1_57_0/libs/pool/test/Jamfile.v2 --- boost_1_57_0/libs/pool/test/Jamfile.v2~ 2014-07-10 06:36:10.000000000 +0200 +++ boost_1_57_0/libs/pool/test/Jamfile.v2 2015-01-20 13:59:10.818700586 +0100 @@ -28,17 +28,17 @@ explicit valgrind_config_check ; local use-valgrind = [ check-target-builds valgrind_config_check "valgrind" : "valgrind --error-exitcode=1" : no ] ; test-suite pool : - [ run test_simple_seg_storage.cpp ] - [ run test_pool_alloc.cpp ] - [ run pool_msvc_compiler_bug_test.cpp ] - [ run test_msvc_mem_leak_detect.cpp ] - [ run test_bug_3349.cpp ] - [ run test_bug_4960.cpp ] - [ run test_bug_1252.cpp ] - [ run test_bug_2696.cpp ] - [ run test_bug_5526.cpp ] + [ run test_simple_seg_storage.cpp : : : /boost/system//boost_system ] + [ run test_pool_alloc.cpp : : : /boost/system//boost_system ] + [ run pool_msvc_compiler_bug_test.cpp : : : /boost/system//boost_system ] + [ run test_msvc_mem_leak_detect.cpp : : : /boost/system//boost_system ] + [ run test_bug_3349.cpp : : : /boost/system//boost_system ] + [ run test_bug_4960.cpp : : : /boost/system//boost_system ] + [ run test_bug_1252.cpp : : : /boost/system//boost_system ] + [ run test_bug_2696.cpp : : : /boost/system//boost_system ] + [ run test_bug_5526.cpp : : : /boost/system//boost_system ] [ run test_threading.cpp : : : multi /boost/thread//boost_thread gcc:-Wno-attributes gcc:-Wno-missing-field-initializers ] - [ run ../example/time_pool_alloc.cpp ] + [ run ../example/time_pool_alloc.cpp : : : /boost/system//boost_system ] [ compile test_poisoned_macros.cpp ] # Diff finished. Tue Jan 20 13:59:16 2015