|
|
@@ -15,35 +15,36 @@ DEPENDS all : test ;
|
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
|
# Please keep these in alphabetic order by test-suite name
|
|
|
|
|
|
-subinclude libs/bind/test ; # test-suite bind
|
|
|
-subinclude libs/conversion/test ; # test-suite conversion
|
|
|
-subinclude libs/date_time/test ; # test-suite date_time
|
|
|
-subinclude libs/dynamic_bitset ; # test suite dynamic_bitset
|
|
|
-subinclude libs/filesystem/test ; # test-suite filesystem
|
|
|
-subinclude libs/format/test ; # test-suite format
|
|
|
-subinclude libs/function/test ; # test-suite function
|
|
|
-subinclude libs/graph/test ; # test-suite graph
|
|
|
-subinclude libs/io/test ; # test-suite io
|
|
|
-subinclude libs/iterator/test ; # test-suite iterator
|
|
|
-subinclude libs/math/test ; # test-suite math
|
|
|
-subinclude libs/numeric/interval/test ; # test-suite interval
|
|
|
-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/regex/test ; # test-suite regex
|
|
|
-subinclude libs/regex/example ; # test-suite regex-examples
|
|
|
-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
|
|
|
-subinclude libs/variant/test ; # test-suite variant
|
|
|
+subinclude libs/bind/test ; # test-suite bind
|
|
|
+subinclude libs/conversion/test ; # test-suite conversion
|
|
|
+subinclude libs/date_time/test ; # test-suite date_time
|
|
|
+subinclude libs/dynamic_bitset ; # test suite dynamic_bitset
|
|
|
+subinclude libs/filesystem/test ; # test-suite filesystem
|
|
|
+subinclude libs/format/test ; # test-suite format
|
|
|
+subinclude libs/function/test ; # test-suite function
|
|
|
+subinclude libs/graph/test ; # test-suite graph
|
|
|
+subinclude libs/io/test ; # test-suite io
|
|
|
+subinclude libs/iterator/test ; # test-suite iterator
|
|
|
+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/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/regex/test ; # test-suite regex
|
|
|
+subinclude libs/regex/example ; # test-suite regex-examples
|
|
|
+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
|
|
|
+subinclude libs/variant/test ; # test-suite variant
|
|
|
|
|
|
|
|
|
# Tests specified in this Jamfile
|