diff options
-rw-r--r-- | status/Jamfile.v2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 99d2c61fcb..f5f206a900 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -63,12 +63,12 @@ run-tests libs : circular_buffer/test # test-suite circular_buffer concept_check # test-suite concept_check config/test # test-suite config - conversion/test # test-suite conversion - convert/test # test-suite convert container/bench # test-suite container benchmarks container/example # test-suite container_example container/test # test-suite container_test context/test # test-suite context + conversion/test # test-suite conversion + convert/test # test-suite convert core/test # test-suite core core/test/swap # test-suite core/swap coroutine/test # test-suite coroutine @@ -99,12 +99,12 @@ run-tests libs : graph_parallel/test # test-suite graph/parallel heap/test # test-suite heap icl/test # test-suite icl - io/test # test-suite io integer/test # test-suite integer interprocess/example # test-suite interprocess_example interprocess/test # test-suite interprocess_test intrusive/example # test-suite intrusive_example intrusive/test # test-suite intrusive_test + io/test # test-suite io iostreams/test # test-suite iostreams iterator/test # test-suite iterator lambda/test # test-suite lambda @@ -115,18 +115,18 @@ run-tests libs : logic/test # test-suite logic lockfree/test # test-suite lockfree math/test # test-suite math - multiprecision/test # test-suite multiprecision move/example # test-suite move_example move/test # test-suite move_test mpi/test # test-suite mpi mpl/test # test-suite mpl msm/test # msm-unit-tests + multi_array/test # test-suite multi_array + multi_index/test # test-suite multi_index + multiprecision/test # test-suite multiprecision numeric/conversion/test # test-suite numeric/conversion numeric/interval/test # test-suite numeric/interval numeric/odeint/test # test-suite numeric/odeint numeric/ublas/test # test-suite numeirc/uBLAS - multi_array/test # test-suite multi_array - multi_index/test # test-suite multi_index optional/test # test-suite optional parameter/test # test-suite parameter phoenix/test # test-suite phoenix |