Kaynağa Gözat

Switched to <boost/detail/lightweight_test.hpp> for testing.

[SVN r14932]
Peter Dimov 24 yıl önce
ebeveyn
işleme
107c491c1d
4 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 1
      libs/bind
  2. 1 1
      libs/detail
  3. 1 1
      libs/smart_ptr
  4. 3 3
      status/Jamfile

+ 1 - 1
libs/bind

@@ -1 +1 @@
-Subproject commit 5345f14829ab21f63a921fae12fd47ae0a9bd785
+Subproject commit 2f97add8422f4eb762a85db6395a7a12d611e42a

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 28432648e08f94c761f6d350cdac92903d741436
+Subproject commit 72ca3d7d9fd1bba9772088ff509a5f6590e25bd3

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit 8436c4d271ea7fa63fe488e0b34c1ada698c73e0
+Subproject commit c2ee5172b0e94692524b52ca5da3e11678d9f8b9

+ 3 - 3
status/Jamfile

@@ -26,7 +26,7 @@ include testing.jam ;
     local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
     
     test-suite "bind"
-        : [ run libs/bind/bind_test.cpp  <lib>../libs/test/build/test_exec_monitor ]
+        : [ run libs/bind/bind_test.cpp ]
           [ run libs/bind/mem_fn_test.cpp ]
           [ run libs/bind/mem_fn_void_test.cpp ]
           [ run libs/bind/mem_fn_derived_test.cpp ]
@@ -234,8 +234,8 @@ include testing.jam ;
 
 
     test-suite smart_ptr
-        : [ run libs/smart_ptr/smart_ptr_test.cpp <lib>../libs/test/build/test_exec_monitor ]
-          [ run libs/smart_ptr/shared_ptr_test.cpp <lib>../libs/test/build/test_exec_monitor ]
+        : [ run libs/smart_ptr/smart_ptr_test.cpp ]
+          [ run libs/smart_ptr/shared_ptr_test.cpp ]
           [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
         ;
 

粤ICP备19079148号