Ticket #9038: boost-1.54.0-pool-test_linking.patch

File boost-1.54.0-pool-test_linking.patch, 1.7 KB (added by Petr Machata <pmachata@…>, 9 years ago)

A fix.

  • ./libs/pool/test/Jamfile.v2

    diff -up ./libs/pool/test/Jamfile.v2~ ./libs/pool/test/Jamfile.v2
    old new run valgrind_config_check.cpp : : : <tes  
    2424explicit valgrind_config_check ;
    2525
    2626test-suite pool :
    27     [ run test_simple_seg_storage.cpp ]
    28     [ run test_pool_alloc.cpp ]
    29     [ run pool_msvc_compiler_bug_test.cpp ]
    30     [ run test_msvc_mem_leak_detect.cpp ]
    31     [ run test_bug_3349.cpp ]
    32     [ run test_bug_4960.cpp ]
    33     [ run test_bug_1252.cpp ]
    34     [ run test_bug_2696.cpp ]
    35     [ run test_bug_5526.cpp ]
     27    [ run test_simple_seg_storage.cpp : : : <library>/boost/system//boost_system ]
     28    [ run test_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
     29    [ run pool_msvc_compiler_bug_test.cpp : : : <library>/boost/system//boost_system ]
     30    [ run test_msvc_mem_leak_detect.cpp : : : <library>/boost/system//boost_system ]
     31    [ run test_bug_3349.cpp : : : <library>/boost/system//boost_system ]
     32    [ run test_bug_4960.cpp : : : <library>/boost/system//boost_system ]
     33    [ run test_bug_1252.cpp : : : <library>/boost/system//boost_system ]
     34    [ run test_bug_2696.cpp : : : <library>/boost/system//boost_system ]
     35    [ run test_bug_5526.cpp : : : <library>/boost/system//boost_system ]
    3636    [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread <toolset>gcc:<cxxflags>-Wno-attributes <toolset>gcc:<cxxflags>-Wno-missing-field-initializers ]
    37     [ run  ../example/time_pool_alloc.cpp ]
     37    [ run  ../example/time_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
    3838    [ compile test_poisoned_macros.cpp ]
    3939
    4040#