kkeithle / rpms / boost

Forked from rpms/boost 4 years ago
Clone
49492cb
diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2
49492cb
--- boost_1_57_0/libs/pool/test/Jamfile.v2~	2015-07-17 11:36:16.362519826 +0100
49492cb
+++ boost_1_57_0/libs/pool/test/Jamfile.v2	2015-07-17 11:37:38.858847388 +0100
49492cb
@@ -28,17 +28,17 @@
49492cb
 local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
49492cb
 
49492cb
 test-suite pool :
49492cb
-    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ]
49492cb
-    [ run test_pool_alloc.cpp : : : $(Werr) ]
49492cb
-    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ]
49492cb
-    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ]
49492cb
-    [ run test_bug_3349.cpp : : : $(Werr) ]
49492cb
-    [ run test_bug_4960.cpp : : : $(Werr) ]
49492cb
-    [ run test_bug_1252.cpp : : : $(Werr) ]
49492cb
-    [ run test_bug_2696.cpp : : : $(Werr) ]
49492cb
-    [ run test_bug_5526.cpp : : : $(Werr) ]
49492cb
+    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
49492cb
+    [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
49492cb
+    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
+    [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
     [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
49492cb
-    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) ]
49492cb
+    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
49492cb
     [ compile test_poisoned_macros.cpp : $(Werr) ]
49492cb
 
49492cb
 #