|
|
@@ -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
|
|
|
{
|