]> git.ipfire.org Git - ipfire-3.x.git/blame - boost/patches/boost-1.58.0-pool-test_linking.patch
Merge remote-tracking branch 'stevee/master'
[ipfire-3.x.git] / boost / patches / boost-1.58.0-pool-test_linking.patch
CommitLineData
cbe7d7b5
SS
1diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2
2--- boost_1_57_0/libs/pool/test/Jamfile.v2~ 2015-07-17 11:36:16.362519826 +0100
3+++ boost_1_57_0/libs/pool/test/Jamfile.v2 2015-07-17 11:37:38.858847388 +0100
4@@ -28,17 +28,17 @@
5 local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
6
7 test-suite pool :
8- [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ]
9- [ run test_pool_alloc.cpp : : : $(Werr) ]
10- [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ]
11- [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ]
12- [ run test_bug_3349.cpp : : : $(Werr) ]
13- [ run test_bug_4960.cpp : : : $(Werr) ]
14- [ run test_bug_1252.cpp : : : $(Werr) ]
15- [ run test_bug_2696.cpp : : : $(Werr) ]
16- [ run test_bug_5526.cpp : : : $(Werr) ]
17+ [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
18+ [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
19+ [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
20+ [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ]
21+ [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ]
22+ [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ]
23+ [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ]
24+ [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ]
25+ [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ]
26 [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
27- [ run ../example/time_pool_alloc.cpp : : : $(Werr) ]
28+ [ run ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
29 [ compile test_poisoned_macros.cpp : $(Werr) ]
30
31 #