Add test-suite optional, order subincludes

[SVN r17016]
This commit is contained in:
Beman Dawes 2003-01-23 21:12:22 +00:00
parent 9540bbb0d7
commit d5ee8f9644

View file

@ -15,12 +15,14 @@ include testsuites.jam ;
DEPENDS all : test ;
# Tests from Jamfiles in individual library test subdirectories
subinclude libs/filesystem/test ;
subinclude libs/type_traits/test ; # test-suite type_traits
# Please keep these in alphabetic order by test-suite name
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/static_assert ; # test-suite static_assert
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
{