Enable more tests

This commit is contained in:
Beman 2014-01-09 11:05:32 -05:00
parent bde384a56d
commit 497c625e34

View file

@ -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