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

Subinclude any tests, instead of declaring them in status/Jamfile.

[SVN r28404]
Vladimir Prus 21 лет назад
Родитель
Сommit
d603a9f40e
2 измененных файлов с 2 добавлено и 4 удалено
  1. 1 2
      status/Jamfile
  2. 1 2
      status/Jamfile.v2

+ 1 - 2
status/Jamfile

@@ -15,6 +15,7 @@ DEPENDS all : test ;
 # Tests from Jamfiles in individual library test subdirectories
 # Please keep these in alphabetic order by test-suite name
 
+subinclude libs/any/test ;                 # test-suite any
 subinclude libs/algorithm/minmax/test ;    # test-suite algorithm/minmax
 subinclude libs/algorithm/string/test ;    # test-suite algorithm/string
 subinclude libs/assign/test ;              # test-suite assign
@@ -90,8 +91,6 @@ subinclude libs/wave/test/build ;          # test-suite wave
           [ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
         ;
 
-    run libs/any/any_test.cpp ;
-
     test-suite array
         : [ run libs/array/array1.cpp ]
           [ run libs/array/array2.cpp ]

+ 1 - 2
status/Jamfile.v2

@@ -23,6 +23,7 @@ alias test_exec_monitor : ../libs/test/build//boost_test_exec_monitor/<link>stat
 
 # Tests from Jamfiles in individual library test subdirectories
 # Please keep these in alphabetic order by test-suite name
+build-project ../libs/any/test ;               # test-suite any
 build-project ../libs/bind/test ;              # test-suite bind
 build-project ../libs/conversion/test ;        # test-suite conversion
 build-project ../libs/date_time/test  ;        # test-suite date_time
@@ -80,8 +81,6 @@ build-project ../libs/variant/test ;           # test-suite variant
           [ compile-fail libs/config/test/threads/test_thread_fail1.cpp ]
           [ compile-fail libs/config/test/threads/test_thread_fail2.cpp ]
         ;
-
-    run libs/any/any_test.cpp ;
     
     test-suite array_suite # !!!
         : [ run libs/array/array1.cpp ]

粤ICP备19079148号