Browse Source

Moved smart_ptr contents to subdirectories, switched to a local test/Jamfile.

[SVN r17042]
Peter Dimov 23 years ago
parent
commit
55008e6b64
2 changed files with 2 additions and 11 deletions
  1. 1 1
      libs/smart_ptr
  2. 1 10
      status/Jamfile

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit d030182e87e51f8da69af3065e845c5b0de02ab2
+Subproject commit abb0d9e725de0afcf5908cf2bb7e480d262485a2

+ 1 - 10
status/Jamfile

@@ -22,6 +22,7 @@ subinclude libs/filesystem/test ;        # test-suite filesystem
 subinclude libs/optional/test ;          # test-suite optional
 subinclude libs/regex/test ;             # test-suite regex
 subinclude libs/regex/example ;          # test-suite regex-examples
+subinclude libs/smart_ptr/test ;         # test-suite smart_ptr
 subinclude libs/static_assert ;          # test-suite static_assert
 subinclude libs/thread/test ;            # test-suite thread
 subinclude libs/type_traits/test ;       # test-suite type_traits
@@ -233,16 +234,6 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
           [ run libs/random/random_demo.cpp ]
         ;
 
-    test-suite smart_ptr
-        : [ run libs/smart_ptr/smart_ptr_test.cpp ]
-          [ run libs/smart_ptr/shared_ptr_basic_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
-          [ run libs/smart_ptr/shared_ptr_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
-          [ run libs/smart_ptr/weak_ptr_test.cpp ]
-          [ run libs/smart_ptr/shared_from_this_test.cpp : : : <gcc><*><cxxflags>-Wno-non-virtual-dtor ]
-          [ run libs/smart_ptr/get_deleter_test.cpp ]
-          [ compile-fail libs/smart_ptr/shared_ptr_assign_fail.cpp ]
-        ;
-
     subinclude libs/test/test ;
     
     compile libs/timer/timer_test.cpp ;

粤ICP备19079148号