relocated test-suites in alphabetical order

[SVN r23935]
This commit is contained in:
Joaquín M. López Muñoz 2004-07-22 05:59:24 +00:00
parent 38ce3d0b60
commit 988fac7246

View file

@ -15,8 +15,8 @@ DEPENDS all : test ;
# Tests from Jamfiles in individual library test subdirectories
# Please keep these in alphabetic order by test-suite name
subinclude libs/algorithm/string/test ; # test-suite algorithm/string
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
subinclude libs/bind/test ; # test-suite bind
subinclude libs/conversion/test ; # test-suite conversion
@ -31,11 +31,11 @@ subinclude libs/iterator/test ; # test-suite iterator
subinclude libs/logic/test ; # test-suite logic
subinclude libs/math/test ; # test-suite math
subinclude libs/mpl/test ; # test-suite mpl
subinclude libs/numeric/interval/test ; # test-suite numeric/interval
subinclude libs/numeric/conversion/test ; # test-suite numeric/conversion
subinclude libs/numeric/ublas ; # test-suite numeric/uBLAS
subinclude libs/multi_array/test ; # test-suite multi_array
subinclude libs/multi_index/test ; # test-suite multi_index
subinclude libs/numeric/conversion/test ; # test-suite numeric/conversion
subinclude libs/numeric/interval/test ; # test-suite numeric/interval
subinclude libs/numeric/ublas ; # test-suite numeric/uBLAS
subinclude libs/optional/test ; # test-suite optional
subinclude libs/program_options/test ; # test-suite program_options
subinclude libs/python/test ; # test-suite python