]> git.pld-linux.org Git - packages/boost.git/blame - boost-1.54.0-pool-test_linking.patch
do not package .orig files; adapter
[packages/boost.git] / boost-1.54.0-pool-test_linking.patch
CommitLineData
647f39b2
AM
1diff -up ./libs/pool/test/Jamfile.v2~ ./libs/pool/test/Jamfile.v2
2--- ./libs/pool/test/Jamfile.v2~ 2011-08-02 19:04:07.000000000 +0200
3+++ ./libs/pool/test/Jamfile.v2 2013-08-22 11:48:34.907287286 +0200
4@@ -24,17 +24,17 @@ run valgrind_config_check.cpp : : : <tes
5 explicit valgrind_config_check ;
6
7 test-suite pool :
8- [ run test_simple_seg_storage.cpp ]
9- [ run test_pool_alloc.cpp ]
10- [ run pool_msvc_compiler_bug_test.cpp ]
11- [ run test_msvc_mem_leak_detect.cpp ]
12- [ run test_bug_3349.cpp ]
13- [ run test_bug_4960.cpp ]
14- [ run test_bug_1252.cpp ]
15- [ run test_bug_2696.cpp ]
16- [ run test_bug_5526.cpp ]
17+ [ run test_simple_seg_storage.cpp : : : <library>/boost/system//boost_system ]
18+ [ run test_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
19+ [ run pool_msvc_compiler_bug_test.cpp : : : <library>/boost/system//boost_system ]
20+ [ run test_msvc_mem_leak_detect.cpp : : : <library>/boost/system//boost_system ]
21+ [ run test_bug_3349.cpp : : : <library>/boost/system//boost_system ]
22+ [ run test_bug_4960.cpp : : : <library>/boost/system//boost_system ]
23+ [ run test_bug_1252.cpp : : : <library>/boost/system//boost_system ]
24+ [ run test_bug_2696.cpp : : : <library>/boost/system//boost_system ]
25+ [ run test_bug_5526.cpp : : : <library>/boost/system//boost_system ]
26 [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread <toolset>gcc:<cxxflags>-Wno-attributes <toolset>gcc:<cxxflags>-Wno-missing-field-initializers ]
27- [ run ../example/time_pool_alloc.cpp ]
28+ [ run ../example/time_pool_alloc.cpp : : : <library>/boost/system//boost_system ]
29 [ compile test_poisoned_macros.cpp ]
30
31 #
This page took 0.077237 seconds and 4 git commands to generate.