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