Jelajahi Sumber

Remove custom libraries from test list that are now automatically
handled by sublibs trigger file. Also remove etraneous example and other
extra test targets, authors will need to add them into their libs if
truly needed.

Rene Rivera 9 tahun lalu
induk
melakukan
ae9b332b31
1 mengubah file dengan 1 tambahan dan 25 penghapusan
  1. 1 25
      status/Jamfile.v2

+ 1 - 25
status/Jamfile.v2

@@ -72,7 +72,7 @@ local rule run-tests ( root : tests * )
         }
         else
         {
-            # use-project /boost/$(test) : ../$(root)/$(test) ;
+            use-project /boost/$(test) : ../$(root)/$(test) ;
         }
     }
 }
@@ -104,33 +104,9 @@ run-tests libs : $(libs-to-test)/test ;
 # Tests from Jamfiles in individual library test subdirectories
 # Please keep these in alphabetic order by test-suite name
 run-tests libs :
-    algorithm/minmax/test       # test-suite algorith/minmax
-    algorithm/string/test       # test-suite algorithm/string
     concept_check               # test-suite concept_check
-    container/bench             # test-suite container benchmarks
-    container/example           # test-suite container_example
-    core/test/swap              # test-suite core/swap
     disjoint_sets               # test-suite disjoint_sets
     dynamic_bitset              # test-suite dynamic_bitset
-    functional/factory/test     # test-suite functional/factory
-    functional/forward/test     # test-suite functional/forward
-    functional/hash/test/extra  # test-suite functional/hash
-    functional/overloaded_function/test # test-suite func./overloaded_function
-    geometry/index/test         # test-suite geometry/index
-    interprocess/example        # test-suite interprocess_example
-    intrusive/example           # test-suite intrusive_example
-    move/example                # test-suite move_example
-    numeric/conversion/test     # test-suite numeric/conversion
-    numeric/interval/test       # test-suite numeric/interval
-    numeric/odeint/test         # test-suite numeric/odeint
-    numeric/ublas/test          # test-suite numeirc/uBLAS
-    regex/example               # test-suite regex-examples
-    spirit/classic/test         # test-suite classic spirit
-    spirit/repository/test      # test-suite spirit_v2 repository
-    static_assert               # test-suite static_assert
-    unordered/test/unordered    # test-suite unordered
-    unordered/test/exception    # test-suite unordered-exception
-    utility/identity_type/test  # test-suite utility/identity_type
     wave/test/build             # test-suite wave
     ;
 

粤ICP备19079148号