mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
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.
This commit is contained in:
parent
417127adc7
commit
18c02973e5
1 changed files with 0 additions and 21 deletions
|
@ -104,30 +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 # test-suite functional/hash
|
||||
functional/overloaded_function/test # test-suite func./overloaded_function
|
||||
geometry/index/test # test-suite geometry/index
|
||||
geometry/extensions/test # test-suite geometry/extensions
|
||||
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
|
||||
spirit/classic/test # test-suite classic spirit
|
||||
spirit/repository/test # test-suite spirit_v2 repository
|
||||
utility/identity_type/test # test-suite utility/identity_type
|
||||
wave/test/build # test-suite wave
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue