|
|
@@ -23,8 +23,12 @@ alias test_exec_monitor : ../libs/test/build//boost_test_exec_monitor/<link>stat
|
|
|
|
|
|
# Tests from Jamfiles in individual library test subdirectories
|
|
|
# Please keep these in alphabetic order by test-suite name
|
|
|
+build-project ../libs/algorithm/minmax/test ; # test-suite algorith/minmax
|
|
|
+build-project ../libs/algorithm/string/test ; # test-suite algorithm/string
|
|
|
+build-project ../libs/assign/test ; # test-suite assign
|
|
|
build-project ../libs/any/test ; # test-suite any
|
|
|
build-project ../libs/bind/test ; # test-suite bind
|
|
|
+build-project ../libs/concept_check/test ; # test-suite concept_check
|
|
|
build-project ../libs/conversion/test ; # test-suite conversion
|
|
|
build-project ../libs/date_time/test ; # test-suite date_time
|
|
|
build-project ../libs/dynamic_bitset ; # test-suite dynamic_bitset
|
|
|
@@ -35,26 +39,35 @@ build-project ../libs/function/test ; # test-suite function
|
|
|
build-project ../libs/functional/hash/test ; # test-suite functional/hash
|
|
|
build-project ../libs/graph/test ; # test-suite graph
|
|
|
build-project ../libs/io/test ; # test-suite io
|
|
|
+build-project ../libs/iostreams/test ; # test-suite iostreams
|
|
|
build-project ../libs/iterator/test ; # test-suite iterator
|
|
|
+build-project ../libs/logic/test ; # test-suite logic
|
|
|
build-project ../libs/math/test ; # test-suite math
|
|
|
+build-project ../libs/mpl/test ; # test-suite mpl
|
|
|
+build-project ../libs/numeric/conversion/test ; # test-suite numeric/conversion
|
|
|
build-project ../libs/numeric/interval/test ; # test-suite numeric/interval
|
|
|
build-project ../libs/numeric/ublas/test ; # test-suite numeirc/uBLAS
|
|
|
build-project ../libs/multi_array/test ; # test-suite multi_array
|
|
|
build-project ../libs/multi_index/test ; # test-suite multi_index
|
|
|
build-project ../libs/optional/test ; # test-suite optional
|
|
|
+build-project ../libs/parameter/test ; # test-suite parameter
|
|
|
build-project ../libs/program_options/test ; # test-suite program_options
|
|
|
-build-project ../libs/property_map/test ; # test-suite property-map
|
|
|
+build-project ../libs/property_map/test ; # test-suite property_map
|
|
|
+build-project ../libs/ptr_container/test ; # test-suite ptr_container
|
|
|
+build-project ../libs/python/test ; # test-suite python
|
|
|
build-project ../libs/random/test ; # test-suite random
|
|
|
+build-project ../libs/range/test ; # test-suite range
|
|
|
build-project ../libs/regex/test ; # test-suite regex
|
|
|
build-project ../libs/regex/example ; # test-suite regex-examples
|
|
|
#build-project ../libs/serialization/test ; # test-suite serialization
|
|
|
build-project ../libs/signals/test ; # test-suite signals
|
|
|
build-project ../libs/smart_ptr/test ; # test-suite smart_ptr
|
|
|
+build-project ../libs/spirit/test ; # test-suite spirit
|
|
|
build-project ../libs/static_assert ; # test-suite static_assert
|
|
|
-build-project ../libs/algorithm/string/test ; # test-suite string_algo
|
|
|
build-project ../libs/test/test ; # test-suite test
|
|
|
build-project ../libs/thread/test ; # test-suite thread
|
|
|
build-project ../libs/type_traits/test ; # test-suite type_traits
|
|
|
+build-project ../libs/utility/enable_if/test ; # test-suite utility/enable_if
|
|
|
build-project ../libs/utility/test ; # test-suite utility
|
|
|
build-project ../libs/variant/test ; # test-suite variant
|
|
|
build-project ../libs/xpressive/test ; # test-suite xpressive
|