Browse Source

Add function and signals subincludes, remove testsuites subinclude

[SVN r17060]
Beman Dawes 23 years ago
parent
commit
10fd1cb483
1 changed files with 3 additions and 1 deletions
  1. 3 1
      status/Jamfile

+ 3 - 1
status/Jamfile

@@ -9,7 +9,6 @@ subproject status ;
 # bring in the rules for testing
 SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
 include testing.jam ;
-include testsuites.jam ;
 
 # Make tests run by default.
 DEPENDS all : test ;
@@ -19,13 +18,16 @@ DEPENDS all : test ;
 
 subinclude libs/bind/test ;              # test-suite bind
 subinclude libs/filesystem/test ;        # test-suite filesystem
+subinclude libs/function/test ;          # test-suite function
 subinclude libs/optional/test ;          # test-suite optional
 subinclude libs/regex/test ;             # test-suite regex
 subinclude libs/regex/example ;          # test-suite regex-examples
+subinclude libs/signals/test ;           # test-suite signals
 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
+ 
 
 # Tests specified in this Jamfile
 {

粤ICP备19079148号