Просмотр исходного кода

Add test-suite optional, order subincludes

[SVN r17016]
Beman Dawes 23 лет назад
Родитель
Сommit
d5ee8f9644
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      status/Jamfile

+ 5 - 3
status/Jamfile

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

粤ICP备19079148号