Explorar o código

Moved bind tests to a subinclude.

[SVN r17030]
Peter Dimov %!s(int64=23) %!d(string=hai) anos
pai
achega
f3b03f3c76
Modificáronse 2 ficheiros con 3 adicións e 8 borrados
  1. 1 1
      libs/bind
  2. 2 7
      status/Jamfile

+ 1 - 1
libs/bind

@@ -1 +1 @@
-Subproject commit 7b7784d4704a7f3fb643447cd675420c53a31c55
+Subproject commit 4876b82a73d16121c78ddc2ed46c2a231bcb759d

+ 2 - 7
status/Jamfile

@@ -16,6 +16,8 @@ DEPENDS all : test ;
 
 # Tests from Jamfiles in individual library test subdirectories
 #  Please keep these in alphabetic order by test-suite name
+
+subinclude libs/bind/test ;              # test-suite bind
 subinclude libs/filesystem/test ;        # test-suite filesystem
 subinclude libs/optional/test ;          # test-suite optional
 subinclude libs/regex/test ;             # test-suite regex
@@ -29,13 +31,6 @@ subinclude libs/type_traits/test ;       # test-suite type_traits
     # look in BOOST_ROOT for sources first, just in this Jamfile
     local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
     
-    test-suite "bind"
-        : [ 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
         : [ run libs/config/test/config_test.cpp <lib>../libs/test/build/boost_test_exec_monitor
                 : #args

粤ICP备19079148号