summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman <bdawes@acm.org>2014-01-09 11:05:32 -0500
committerBeman <bdawes@acm.org>2014-01-09 11:05:32 -0500
commit497c625e347cb00921e8d3fa278bf8f415146f20 (patch)
treea0772f1acae335364cd66c07a8805b1cd85078d3
parentbde384a56d69fa285257fc10510c1d32e2d1eb4f (diff)
downloadboost-497c625e347cb00921e8d3fa278bf8f415146f20.tar.gz
Enable more tests
-rw-r--r--status/Jamfile.v226
1 files changed, 13 insertions, 13 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 7fb8abd8a8..4fac0234c4 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -46,20 +46,20 @@ local rule run-tests ( root : tests * )
# Tests from Jamfiles in individual library test subdirectories
# Please keep these in alphabetic order by test-suite name
run-tests libs :
- #accumulators/test # test-suite accumulators
- #algorithm/test # test-suite algorithm
- #algorithm/minmax/test # test-suite algorith/minmax
- #algorithm/string/test # test-suite algorithm/string
- #array/test # test-suite array
- #asio/test # test-suite asio
- #assign/test # test-suite assign
- #atomic/test # test-suite atomic
+ accumulators/test # test-suite accumulators
+ algorithm/test # test-suite algorithm
+ algorithm/minmax/test # test-suite algorith/minmax
+ algorithm/string/test # test-suite algorithm/string
+ array/test # test-suite array
+ asio/test # test-suite asio
+ assign/test # test-suite assign
+ atomic/test # test-suite atomic
any/test # test-suite any
- #bimap/test # test-suite bimap
- #bind/test # test-suite bind
- #chrono/test # test-suite chrono
- #circular_buffer/test # test-suite circular_buffer
- #concept_check # test-suite concept_check
+ bimap/test # test-suite bimap
+ bind/test # test-suite bind
+ chrono/test # test-suite chrono
+ circular_buffer/test # test-suite circular_buffer
+ concept_check # test-suite concept_check
config/test # test-suite config
#conversion/test # test-suite conversion
#container/example # test-suite container_example