diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index 79d46c3766..72a23b62aa 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -104,30 +104,9 @@ run-tests libs : $(libs-to-test)/test ; # Tests from Jamfiles in individual library test subdirectories # Please keep these in alphabetic order by test-suite name run-tests libs : - algorithm/minmax/test # test-suite algorith/minmax - algorithm/string/test # test-suite algorithm/string concept_check # test-suite concept_check - container/bench # test-suite container benchmarks - container/example # test-suite container_example - core/test/swap # test-suite core/swap disjoint_sets # test-suite disjoint_sets dynamic_bitset # test-suite dynamic_bitset - functional/factory/test # test-suite functional/factory - functional/forward/test # test-suite functional/forward - functional/hash/test # test-suite functional/hash - functional/overloaded_function/test # test-suite func./overloaded_function - geometry/index/test # test-suite geometry/index - geometry/extensions/test # test-suite geometry/extensions - interprocess/example # test-suite interprocess_example - intrusive/example # test-suite intrusive_example - move/example # test-suite move_example - 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 - spirit/classic/test # test-suite classic spirit - spirit/repository/test # test-suite spirit_v2 repository - utility/identity_type/test # test-suite utility/identity_type wave/test/build # test-suite wave ;