|
|
@@ -13,8 +13,10 @@ import testing ;
|
|
|
DEPENDS all : test ;
|
|
|
|
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
|
-# Please keep these in alphabetic order by test-suite name
|
|
|
+# 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/assign/test ; # test-suite assign
|
|
|
subinclude libs/bind/test ; # test-suite bind
|
|
|
subinclude libs/conversion/test ; # test-suite conversion
|
|
|
@@ -28,23 +30,22 @@ subinclude libs/io/test ; # test-suite io
|
|
|
subinclude libs/iterator/test ; # test-suite iterator
|
|
|
subinclude libs/logic/test ; # test-suite logic
|
|
|
subinclude libs/math/test ; # test-suite math
|
|
|
-subinclude libs/numeric/interval/test ; # test-suite interval
|
|
|
-subinclude libs/numeric/conversion/test ; # test-suite interval
|
|
|
-subinclude libs/numeric/ublas ; # test-suite uBLAS
|
|
|
+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/optional/test ; # test-suite optional
|
|
|
subinclude libs/program_options/test ; # test-suite program_options
|
|
|
subinclude libs/python/test ; # test-suite python
|
|
|
subinclude libs/random/test ; # test-suite random
|
|
|
-subinclude libs/range/test ; # test-suite range
|
|
|
+subinclude libs/range/test ; # test-suite range
|
|
|
subinclude libs/regex/test ; # test-suite regex
|
|
|
subinclude libs/regex/example ; # test-suite regex-examples
|
|
|
subinclude libs/serialization/test ; # test-suite serialization
|
|
|
subinclude libs/signals/test ; # test-suite signals
|
|
|
subinclude libs/smart_ptr/test ; # test-suite smart_ptr
|
|
|
subinclude libs/static_assert ; # test-suite static_assert
|
|
|
-subinclude libs/algorithm/string/test ; # test-suite string_algo
|
|
|
subinclude libs/thread/test ; # test-suite thread
|
|
|
subinclude libs/type_traits/test ; # test-suite type_traits
|
|
|
subinclude libs/utility/test ; # test-suite utility
|