|
|
@@ -26,37 +26,37 @@ alias unit_test_framework : ../libs/test/build//boost_unit_test_framework/<link>
|
|
|
# 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/asio/test ; # test-suite asio
|
|
|
+build-project ../libs/asio/test ; # test-suite asio
|
|
|
build-project ../libs/assign/test ; # test-suite assign
|
|
|
build-project ../libs/any/test ; # test-suite any
|
|
|
-#build-project ../libs/bimap/test ; # test-suite bimap
|
|
|
+build-project ../libs/bimap/test ; # test-suite bimap
|
|
|
build-project ../libs/bind/test ; # test-suite bind
|
|
|
-#build-project ../libs/circular_buffer/test ; # test-suite circular_buffer
|
|
|
+build-project ../libs/circular_buffer/test ; # test-suite circular_buffer
|
|
|
build-project ../libs/concept_check ; # 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/disjoint_sets ; # test-suite disjoint_sets
|
|
|
+build-project ../libs/disjoint_sets ; # test-suite disjoint_sets
|
|
|
build-project ../libs/dynamic_bitset ; # test-suite dynamic_bitset
|
|
|
build-project ../libs/filesystem/test ; # test-suite filesystem
|
|
|
build-project ../libs/foreach/test ; # test-suite foreach
|
|
|
build-project ../libs/format/test ; # test-suite format
|
|
|
build-project ../libs/function/test ; # test-suite function
|
|
|
build-project ../libs/functional/hash/test ; # test-suite functional/hash
|
|
|
-#build-project ../libs/function_types/test ; # test-suite function_types
|
|
|
-#build-project ../libs/fusion/test ; # test-suite fusion
|
|
|
-#build-project ../libs/gil/test ; # test-suite gil
|
|
|
+build-project ../libs/function_types/test ; # test-suite function_types
|
|
|
+build-project ../libs/fusion/test ; # test-suite fusion
|
|
|
+build-project ../libs/gil/test ; # test-suite gil
|
|
|
build-project ../libs/graph/test ; # test-suite graph
|
|
|
build-project ../libs/io/test ; # test-suite io
|
|
|
-#build-project ../libs/interprocess/example ; # test-suite interprocess_example
|
|
|
-#build-project ../libs/interprocess/test ; # test-suite interprocess_test
|
|
|
-#build-project ../libs/intrusive/example ; # test-suite intrusive_example
|
|
|
-#build-project ../libs/intrusive/test ; # test-suite intrusive_test
|
|
|
+build-project ../libs/interprocess/example ; # test-suite interprocess_example
|
|
|
+build-project ../libs/interprocess/test ; # test-suite interprocess_test
|
|
|
+build-project ../libs/intrusive/example ; # test-suite intrusive_example
|
|
|
+build-project ../libs/intrusive/test ; # test-suite intrusive_test
|
|
|
build-project ../libs/iostreams/test ; # test-suite iostreams
|
|
|
build-project ../libs/iterator/test ; # test-suite iterator
|
|
|
-#build-project ../libs/lambda/test ; # test-suite lambda
|
|
|
+build-project ../libs/lambda/test ; # test-suite lambda
|
|
|
build-project ../libs/logic/test ; # test-suite logic
|
|
|
build-project ../libs/math/test ; # test-suite math
|
|
|
-#build-project ../libs/mpi/test ; # test-suite mpi
|
|
|
+build-project ../libs/mpi/test ; # test-suite mpi
|
|
|
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
|
|
|
@@ -83,7 +83,7 @@ build-project ../libs/system/test ; # test-suite system
|
|
|
build-project ../libs/test/test ; # test-suite test
|
|
|
build-project ../libs/thread/test ; # test-suite thread
|
|
|
build-project ../libs/tr1/test ; # test-suite tr1
|
|
|
-#build-project ../libs/tuple/test ; # test-suite tuple
|
|
|
+build-project ../libs/tuple/test ; # test-suite tuple
|
|
|
build-project ../libs/type_traits/test ; # test-suite type_traits
|
|
|
build-project ../libs/typeof/test ; # test-suite typeof
|
|
|
build-project ../libs/utility/enable_if/test ; # test-suite utility/enable_if
|