mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Enable more tests
This commit is contained in:
parent
bde384a56d
commit
497c625e34
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue