Explorar o código

Added mem_fn_derived_test, shared_ptr_test, shared_ptr_assign_fail.

[SVN r14698]
Peter Dimov %!s(int64=24) %!d(string=hai) anos
pai
achega
d59c8c3ac7
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      status/Jamfile

+ 6 - 2
status/Jamfile

@@ -27,9 +27,9 @@ include testing.jam ;
     
     test-suite "bind"
         : [ run libs/bind/bind_test.cpp ]
-          [ 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 ]
         ;
 
     test-suite config
@@ -217,7 +217,11 @@ include testing.jam ;
         ;
 
 
-    run libs/smart_ptr/smart_ptr_test.cpp ;
+    test-suite smart_ptr
+        : [ 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 ]
+        ;
 
     test-suite static_assert
         : [ compile libs/static_assert/static_assert_test.cpp ]

粤ICP备19079148号