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:
Rene Rivera 2016-06-28 22:23:11 -05:00
parent 417127adc7
commit 18c02973e5

View file

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