Blob Blame History Raw
diff -up boost_1_57_0/libs/pool/test/Jamfile.v2\~ boost_1_57_0/libs/pool/test/Jamfile.v2
--- boost_1_57_0/libs/pool/test/Jamfile.v2~	2014-07-10 06:36:10.000000000 +0200
+++ boost_1_57_0/libs/pool/test/Jamfile.v2	2015-01-20 13:59:10.818700586 +0100
@@ -28,17 +28,17 @@ explicit valgrind_config_check ;
 local use-valgrind = [ check-target-builds valgrind_config_check "valgrind" : <testing.launcher>"valgrind --error-exitcode=1" : <build>no ] ;
 
 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 ]
 
 #

Diff finished.  Tue Jan 20 13:59:16 2015