diff -up ./libs/pool/test/Jamfile.v2~ ./libs/pool/test/Jamfile.v2
old
|
new
|
run valgrind_config_check.cpp : : : <tes
|
24 | 24 | explicit valgrind_config_check ; |
25 | 25 | |
26 | 26 | test-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 ] |
36 | 36 | [ 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 ] |
38 | 38 | [ compile test_poisoned_macros.cpp ] |
39 | 39 | |
40 | 40 | # |