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