You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.7 KiB
31 lines
1.7 KiB
diff -up ./libs/pool/test/Jamfile.v2~ ./libs/pool/test/Jamfile.v2 |
|
--- ./libs/pool/test/Jamfile.v2~ 2011-08-02 19:04:07.000000000 +0200 |
|
+++ ./libs/pool/test/Jamfile.v2 2013-08-22 11:48:34.907287286 +0200 |
|
@@ -24,17 +24,17 @@ run valgrind_config_check.cpp : : : <tes |
|
explicit valgrind_config_check ; |
|
|
|
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 : : : <library>/boost/system//boost_system ] |
|
+ [ run test_pool_alloc.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run pool_msvc_compiler_bug_test.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_msvc_mem_leak_detect.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_bug_3349.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_bug_4960.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_bug_1252.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_bug_2696.cpp : : : <library>/boost/system//boost_system ] |
|
+ [ run test_bug_5526.cpp : : : <library>/boost/system//boost_system ] |
|
[ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread <toolset>gcc:<cxxflags>-Wno-attributes <toolset>gcc:<cxxflags>-Wno-missing-field-initializers ] |
|
- [ run ../example/time_pool_alloc.cpp ] |
|
+ [ run ../example/time_pool_alloc.cpp : : : <library>/boost/system//boost_system ] |
|
[ compile test_poisoned_macros.cpp ] |
|
|
|
#
|
|
|