From 823e17fb44aad188e38c08b689b47922bd81580e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 12 Apr 2025 23:10:50 -0500 Subject: [PATCH] Tests no longer depend on Boost.Assign. --- test/Jamfile.v2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c7a6ae82..1bef30a2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -78,7 +78,6 @@ alias graph_test_regular : [ run graph.cpp : : : TEST=9 : graph_9 ] [ compile graph_concepts.cpp ] [ run graphviz_test.cpp - /boost/assign//boost_assign /boost/graph//boost_graph : --log_level=all ] [ run metis_test.cpp : $(METIS_INPUT_FILE) ] [ run gursoy_atun_layout_test.cpp : : : [ requires cxx11_noexcept cxx11_rvalue_references sfinae_expr cxx11_auto_declarations cxx11_lambdas cxx11_unified_initialization_syntax cxx11_hdr_tuple cxx11_hdr_initializer_list cxx11_hdr_chrono cxx11_thread_local cxx11_constexpr cxx11_nullptr cxx11_numeric_limits cxx11_decltype cxx11_hdr_array cxx11_hdr_atomic cxx11_hdr_type_traits cxx11_allocator cxx11_explicit_conversion_operators ] ] @@ -148,7 +147,7 @@ alias graph_test_regular : [ compile grid_graph_cc.cpp ] [ run grid_graph_test.cpp ] [ run incremental_components_test.cpp ] - [ run two_graphs_common_spanning_trees_test.cpp /boost/assign//boost_assign ] + [ run two_graphs_common_spanning_trees_test.cpp ] [ run random_spanning_tree_test.cpp /boost/graph//boost_graph ] [ run random_matching_test.cpp : 1000 1020 ] [ run graphml_test.cpp /boost/graph//boost_graph : : "graphml_test.xml" ]